Template:GuidePage/Stylez.css: Difference between revisions

From pronounmail wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
.guide-header {
.guide-header {
max-width: 42rem;
max-width: 42rem;
height: 8rem;
display: grid;
display: grid;
grid-template-columns: 2fr 1fr;
grid-template-columns: 2fr 1fr;
Line 8: Line 10:
color: #464347;
color: #464347;
border-top: 1rem #C49EF4 solid;
border-top: 1rem #C49EF4 solid;
}
.guide-header h1 {
font-weight: 700;
font-family: 'Nunito', sans-serif;
font-size: 2rem;
}
}



Revision as of 14:50, 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 {
	font-weight: 700;
	font-family: 'Nunito', sans-serif;
	font-size: 2rem;
}

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