37 lines
499 B
SCSS
37 lines
499 B
SCSS
.page-image-container {
|
|
text-align: center;
|
|
|
|
img {
|
|
width: auto;
|
|
height: 200px;
|
|
}
|
|
}
|
|
|
|
.post-date {
|
|
display: block;
|
|
margin-top:3px;
|
|
margin-bottom: 1rem;
|
|
color: $light-gray-color;
|
|
font-family: $sans-serif-font-family;
|
|
font-size:0.8rem;
|
|
}
|
|
|
|
@media (max-width: $elements-responsive-width) {
|
|
.posts h1 {
|
|
font-size: 1.5rem;
|
|
}
|
|
}
|
|
|
|
.related {
|
|
padding-bottom: 2rem;
|
|
}
|
|
|
|
.related-posts {
|
|
padding-left: 0px;
|
|
list-style: none;
|
|
}
|
|
|
|
.related-posts a {
|
|
text-decoration: none;
|
|
}
|