mirror of
https://github.com/rottenwheel/revuo-weekly.git
synced 2025-05-03 15:25:13 -04:00
Periodical #3
This commit is contained in:
parent
cd1bd25b18
commit
2c33e8fa08
14 changed files with 531 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue