19 lines
231 B
SCSS
19 lines
231 B
SCSS
div.thumbnail
|
|
{
|
|
width: 200px;
|
|
height: 230px;
|
|
}
|
|
|
|
.thumbnail h3
|
|
{
|
|
font-size: 18px;
|
|
line-height: normal;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.thumbnail p
|
|
{
|
|
text-align: center;
|
|
}
|