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

Template:Main Page/Header.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 3: Line 3:
width: 60%;
width: 60%;
/* replace with fit-content when able */
/* replace with fit-content when able */
height: 12rem;
height: auto;
}
}



Revision as of 11:43, 11 November 2025

.mainpage-header-wordmark img {
	filter: var(--filter-invert);
	width: 60%;
	 /* replace with fit-content when able */
	height: auto;
}

.mainpage-header-wordmark {
}

.mainpage-header-logo {
	position: relative;
}

.mainpage-header-icon {
	position: absolute;
	top: 0;
}