:Prevent heading from overlapping page fold on articles
* style.css (h1.subject): Right margin to prevent overlap of page fold on smaller resolutionsmaster
parent
ce61b5c057
commit
d7ab852f43
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue