Created page with "→All CSS here will be loaded for users of the Cosmos skin: .cosmos-header__wordmark img { max-height: 96px !important; →try 80–120: max-width: 300px !important; height: auto; width: auto; }" |
No edit summary |
||
| Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Cosmos skin */ | /* All CSS here will be loaded for users of the Cosmos skin */ | ||
.cosmos-header__wordmark img { | .cosmos-header__wordmark img { | ||
max-height: | max-height: 110px !important; /* main control knob */ | ||
max-width: | max-width: 420px !important; | ||
height: auto; | height: auto; | ||
width: auto; | width: auto; | ||
} | |||
/* Give it breathing room */ | |||
.cosmos-header__wordmark { | |||
margin-right: 18px; | |||
} | } | ||
Revision as of 21:37, 25 January 2026
/* All CSS here will be loaded for users of the Cosmos skin */
.cosmos-header__wordmark img {
max-height: 110px !important; /* main control knob */
max-width: 420px !important;
height: auto;
width: auto;
}
/* Give it breathing room */
.cosmos-header__wordmark {
margin-right: 18px;
}
