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

Template page
Revision as of 01:26, 13 November 2025 by Esbylion (talk | contribs)
.mainpage-header-wordmark img {
	filter: var(--filter-invert);
	width: 100%;
	 /* replace with fit-content when able */
	height: auto;
}

.mainpage-header-icon img {
	width: 100%;
	 /* replace with fit-content when able */
	height: auto;
}

.mainpage-header-wordmark {
	/*width: 60%;*/
	/*margin: auto;*/
}

.mainpage-header-logo {
	position: relative;
	/*display: flex;*/
	/*justify-content: center;*/
	/*align-items: center;*/
	/*height: 12rem;*/
}

.mainpage-header-icon {
	position: absolute;
	top: 0;
	left: 35%;
	width: 18%;
	z-index: -6;
}

@media (max-width: 640px) {
	.mainpage-header-wordmark {
		/*width: 100%;*/
	}
}