:Prevent heading from overlapping page fold on articles

* style.css (h1.subject): Right margin to prevent overlap of page fold on
  smaller resolutions
master
Mike Gerwitz 2016-08-27 15:06:46 -04:00
parent ce61b5c057
commit d7ab852f43
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 8 additions and 0 deletions

View File

@ -344,6 +344,14 @@ body.article h3 {
margin: 2em !important;
}
/* account for upper-right page fold using the full
image width---this will be guaranteed to work
regardless of the user's font size; kinda ruins
the illusion if text is atop of it ;) */
h1.subject {
margin-right: 50px;
}
#headline {
right: 2em;
}