13 lines
161 B
SCSS
13 lines
161 B
SCSS
|
.home-description, .posts-container {
|
||
|
padding-bottom: 25px;
|
||
|
}
|
||
|
|
||
|
.thumbnail-container {
|
||
|
text-align: center;
|
||
|
|
||
|
img {
|
||
|
width: auto;
|
||
|
height: 200px;
|
||
|
}
|
||
|
}
|