Template:Main Page/Header.css: Difference between revisions
Template page
More actions
No edit summary |
No edit summary |
||
| Line 25: | Line 25: | ||
.mainpage-header-icon { | .mainpage-header-icon { | ||
position: absolute; | position: absolute; | ||
left: 35%; | left: 35%; | ||
width: 18%; | width: 18%; | ||
Revision as of 01:28, 13 November 2025
.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 {
flex-grow: 1;
}
.mainpage-header-logo {
position: relative;
display: flex;
align-items: center;
height: 24rem;
}
.mainpage-header-icon {
position: absolute;
left: 35%;
width: 18%;
z-index: -6;
}
@media (max-width: 640px) {
.mainpage-header-wordmark {
/*width: 100%;*/
}
}