Template:GuidePage/Stylez.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 23: | Line 23: | ||
font-weight: 1000; | font-weight: 1000; | ||
font-family: 'Nunito', sans-serif; | font-family: 'Nunito', sans-serif; | ||
font-size: | font-size: 3.5rem; | ||
} | } | ||
Revision as of 18:45, 4 December 2024
*, *::before, *::after {
box-sizing: border-box;
}
.guide-header {
max-width: 42rem;
height: 8rem;
display: grid;
grid-template-columns: 2fr 1fr;
align-items: end;
padding: 1rem;
color: var(--colour-grey-900);
}
.guide-header h1 {
all: unset;
display: block;
font-weight: 1000;
font-family: 'Nunito', sans-serif;
font-size: 3.5rem;
}
.guide-main {
max-width: 42rem;
}