style.css: Correct responsive post header margins

This was missed in an earlier commit.
master
Mike Gerwitz 2019-01-17 23:04:41 -05:00
parent be20a0eb7d
commit 0745930e55
Signed by: mikegerwitz
GPG Key ID: 8C917B7F5DC51BA2
1 changed files with 15 additions and 2 deletions

View File

@ -271,8 +271,10 @@ aside.sm {
}
h1, h2, h3 {
h1, h2, h3, h4 {
font-weight: normal;
line-height: 1.25em;
text-align: left;
}
h1 { font-size: 1.7em; }
@ -295,7 +297,6 @@ header {
header h1 {
font-size: 2em;
margin: 0px 0px 0.1em 0px;
text-align: left;
}
.title {
@ -404,6 +405,18 @@ article:not(.abstract) > h3 {
border-bottom: 1px solid #babdb6;
}
@media ( max-width: 70ch ) {
article:not(.abstract) > hgroup {
margin: 0;
}
article:not(.abstract) > h1:not(:first-child),
article:not(.abstract) > h2 {
margin-left: 0;
}
}
article .date {
font-size: 0.9em;
color: #666f63;