mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2024-11-17 22:29:17 +00:00
Hotfix: lang link styles on mobile devices
This commit is contained in:
parent
b597ce807f
commit
3a8713a9dd
18
css/main.css
18
css/main.css
|
@ -664,6 +664,15 @@ footer a {
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
a.lang-link, a.lang-link:visited {
|
||||
color: #fadd4b;
|
||||
text-decoration: none;
|
||||
margin-right: 5px;
|
||||
font-family: "Inter", sans-serif;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.margin-16, .hero {
|
||||
padding: 0 80px;
|
||||
|
@ -745,15 +754,6 @@ footer a {
|
|||
height: 32px;
|
||||
}
|
||||
|
||||
a.lang-link, a.lang-link:visited {
|
||||
color: #fadd4b;
|
||||
text-decoration: none;
|
||||
margin-right: 5px;
|
||||
font-family: "Inter", sans-serif;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.nav-logo-box {
|
||||
width: 77px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue