Template:GuidePage/Stylez.css

From pronounmail wiki
Jump to navigation Jump to search
*, *::before, *::after {
	box-sizing: border-box;
}

#firstHeading {
	display: none;
}

.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;
}