Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:MainPage.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 3: Line 3:
display: flex;
display: flex;
flex-direction: column;
flex-direction: column;
gap: 1em;
align-items: center;
}
}



Revision as of 12:56, 17 October 2025

#mainpage-header {
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 1em;
	align-items: center;
}

#mainpage-search {
	max-width: 12em;
	background: red;
}