Skip to content

Commit

Permalink
New styling for h1
Browse files Browse the repository at this point in the history
  • Loading branch information
r12a committed Feb 10, 2023
1 parent 74cd268 commit 1249fd2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions common29/local.css
Original file line number Diff line number Diff line change
Expand Up @@ -1754,6 +1754,7 @@ body.contrast a:hover {
}


/* THIS SUBHEAD ETC STUFF SHOULD BE GRADUALLY REPLACED BY ORTHOGRAPHY LINE */
.subhead {
font-weight: 300;
color: #999;
Expand Down Expand Up @@ -1787,6 +1788,23 @@ h1.withSubhead .subHead {
margin-inline-start: .5em;
font-size: 1.75rem;
}
/* END SUBHEAD STYLING */


h1 {
font-size: 3.75rem;
margin-block-start: 6rem;
}
.orthographyLine {
margin-block: 1rem;
margin-inline-start: .5em;
font-size: 1.75rem;
color: #999;
text-transform: lowercase;
margin: -4rem 30% 8rem 9%;
font-weight: 300;
}




Expand Down

0 comments on commit 1249fd2

Please sign in to comment.