Polish global footer

This commit is contained in:
natsoni
2024-04-09 20:51:39 +09:00
parent b0058e94ce
commit f81bbb93a5
3 changed files with 23 additions and 7 deletions

View File

@@ -142,6 +142,10 @@ footer .sponsor {
max-width: 160px;
}
footer .nowrap {
white-space: nowrap;
}
.explore-tagline-desktop {
display: none;
}
@@ -150,7 +154,7 @@ footer .sponsor {
display: block;
}
@media (min-width: 901px) {
@media (min-width: 951px) {
:host-context(.ltr-layout) .language-selector {
float: right !important;
}
@@ -168,7 +172,7 @@ footer .sponsor {
}
.services {
@media (min-width: 901px) and (max-width: 1147px) {
@media (min-width: 951px) and (max-width: 1147px) {
:host-context(.ltr-layout) .services .language-selector {
float: none !important;
}
@@ -244,7 +248,7 @@ footer .sponsor {
}
@media (max-width: 900px) {
@media (max-width: 950px) {
.main-logo {
width: 220px;