mirror of
https://github.com/danbee/danbarber.me.hugo.git
synced 2025-03-04 08:59:18 +00:00
24 lines
278 B
SCSS
24 lines
278 B
SCSS
.post {
|
|
margin-top: 2em;
|
|
margin-bottom: 4em;
|
|
|
|
img {
|
|
max-width: 100%;
|
|
}
|
|
|
|
& > * {
|
|
@include container
|
|
}
|
|
}
|
|
|
|
.post__title {
|
|
margin-bottom: 0.25em;
|
|
}
|
|
|
|
.post__date {
|
|
color: $text-color-light;
|
|
font-size: 0.9rem;
|
|
margin-top: 0;
|
|
text-transform: uppercase;
|
|
}
|