36 lines
No EOL
621 B
SCSS
36 lines
No EOL
621 B
SCSS
div.thumbnail
|
|
{
|
|
/*width: 200px;*/
|
|
height: 210px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
/* Package name in thumbnails view */
|
|
.thumbnail h3
|
|
{
|
|
font-size: 18px;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
margin-top: 8px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
/* Package description in thumbnails view */
|
|
.thumbnail p
|
|
{
|
|
text-align: center;
|
|
}
|
|
|
|
/* Pagination is shown in top bar. Reduce margin to avoid making the nav bar larger. */
|
|
ul.pagination
|
|
{
|
|
margin-top: 8px;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
/* Top bar is fixed. Move main part down so the bar does not hide it. */
|
|
.container-main
|
|
{
|
|
margin-top: 60px;
|
|
} |