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 1: Line 1:
#mainpage-header {
#mainpage-header {
text-align: center;
text-align: center;
display: flex;
flex-direction: column;
}
}



Revision as of 12:56, 17 October 2025

#mainpage-header {
	text-align: center;
	display: flex;
	flex-direction: column;
}

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