Template:GuidePage/Stylez.css

From pronounmail wiki
Jump to navigation Jump to search
.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: 700;
	font-family: 'Nunito', sans-serif;
	font-size: 2rem;
}

.guide-main {
	max-width: 42rem;
}