portfolio/_sass/_home.scss

13 lines
169 B
SCSS
Raw Normal View History

2023-12-17 15:16:04 +00:00
.home-description, .posts-container {
padding-bottom: 25px;
}
.thumbnail-container {
text-align: center;
img {
2023-12-18 09:52:36 +00:00
max-width: 100%;
max-height: 220px;
2023-12-17 15:16:04 +00:00
}
}