mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-12 00:59:46 +00:00
fix(wordmark): 🐛 wordmark should resize responsively
This commit is contained in:
parent
b1c30ef1c1
commit
7133648fe0
|
@ -4,17 +4,22 @@
|
|||
line-height: 1;
|
||||
color: var( --color-base--emphasized );
|
||||
|
||||
@media ( min-width: @min-width-breakpoint-tablet ) {
|
||||
font-size: 2rem;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
img& {
|
||||
width: 100%;
|
||||
height: 1.5rem;
|
||||
margin: 0.25rem 0;
|
||||
height: 1rem;
|
||||
margin: 0.125rem 0;
|
||||
object-fit: contain;
|
||||
object-position: left center;
|
||||
filter: var( --filter-invert );
|
||||
}
|
||||
|
||||
@media ( min-width: @min-width-breakpoint-tablet ) {
|
||||
font-size: 2rem;
|
||||
white-space: nowrap;
|
||||
|
||||
img& {
|
||||
height: 1.5rem;
|
||||
margin: 0.25rem 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue