Periodical #3

This commit is contained in:
maravelle 2019-09-15 13:39:39 -06:00
parent cd1bd25b18
commit 2c33e8fa08
14 changed files with 531 additions and 9 deletions

View file

@ -127,6 +127,7 @@ html, body {
text-align: center;
padding: 24px 0;
position: relative;
margin-bottom: 23px;
@media (max-width: 480px) {
padding-top: 10px;
}
@ -166,7 +167,7 @@ html, body {
}
}
&:after {
display: block;
display: none;
content: '';
width: 5rem;
height: 1px;
@ -222,6 +223,21 @@ html, body {
}
}
.by-line-post {
display: block;
color: lighten($text-color, 25%);
line-height: 1.5em; /* 24px/16px */
padding-top: 0.5em;
font-weight: 200;
@media (min-width: 940px) {
display: block;
color: lighten($text-color, 25%);
line-height: 1.3334em; /* 24px/18px */
margin-bottom: 1.3334em; /* 24px/18px */
font-weight: 200;
}
}
img {
max-width: 100%;
display: block;