Template:GuidePage/Stylez.css: Difference between revisions
Jump to navigation
Jump to search
Leah changed the content model of the page Template:GuidePage/Stylez.css from "Sanitized CSS" to "CSS" Tag: content model change |
No edit summary |
||
Line 17: | Line 17: | ||
display: block; | display: block; | ||
font-weight: | font-weight: 1000; | ||
font-family: 'Nunito', sans-serif; | font-family: 'Nunito', sans-serif; | ||
font-size: 2rem; | font-size: 2rem; |
Revision as of 15:03, 4 December 2024
.guide-header {
max-width: 42rem;
height: 8rem;
display: grid;
grid-template-columns: 2fr 1fr;
align-items: end;
background-color: #EEEEEE;
color: #464347;
border-top: 1rem #C49EF4 solid;
}
.guide-header h1 {
all: unset;
display: block;
font-weight: 1000;
font-family: 'Nunito', sans-serif;
font-size: 2rem;
}
.guide-main {
max-width: 42rem;
}