Template:Spec.css: Difference between revisions
Leah changed the content model of the page Template:Spec.css from "wikitext" to "CSS" |
No edit summary |
||
| Line 1: | Line 1: | ||
#content { | |||
font-family: 'Besley', serif; | |||
} | |||
#firstHeading { | #firstHeading { | ||
font-weight: 400; | font-weight: 400; | ||
text-align: center; | text-align: center; | ||
font-stretch: 75%; | font-stretch: 75%; | ||
font-style: italic; | font-style: italic; | ||
font-size: 12vw; | font-size: 12vw; | ||
} | } | ||
#mw-content-text { | #mw-content-text { | ||
max-width: 56rem; | max-width: 56rem; | ||
margin: auto; | margin: auto; | ||