style.css: Correct responsive post header margins
This was missed in an earlier commit.master
parent
be20a0eb7d
commit
0745930e55
17
style.css
17
style.css
|
@ -271,8 +271,10 @@ aside.sm {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
h1, h2, h3 {
|
h1, h2, h3, h4 {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
line-height: 1.25em;
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 { font-size: 1.7em; }
|
h1 { font-size: 1.7em; }
|
||||||
|
@ -295,7 +297,6 @@ header {
|
||||||
header h1 {
|
header h1 {
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
margin: 0px 0px 0.1em 0px;
|
margin: 0px 0px 0.1em 0px;
|
||||||
text-align: left;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
|
@ -404,6 +405,18 @@ article:not(.abstract) > h3 {
|
||||||
border-bottom: 1px solid #babdb6;
|
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 {
|
article .date {
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
color: #666f63;
|
color: #666f63;
|
||||||
|
|
Loading…
Reference in New Issue