stub for full width pages
This commit is contained in:
parent
1eb5365d55
commit
b45557ed80
1 changed files with 5 additions and 1 deletions
|
@ -242,6 +242,11 @@ h2.tagline:before {
|
|||
margin: 6rem 0;
|
||||
}
|
||||
|
||||
.entry .entry-content > *,
|
||||
.entry .entry-summary > * {
|
||||
/* max-width: 100%; */
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 768px) { /* desktop */
|
||||
.entry .entry-content .content-header {
|
||||
flex-direction: row;
|
||||
|
@ -249,7 +254,6 @@ h2.tagline:before {
|
|||
.entry .content-header .content-left {
|
||||
margin: .75rem 1rem 1rem 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
h2.tagline {
|
||||
|
|
Loading…
Reference in a new issue