mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2025-01-15 13:26:37 +00:00
Merge pull request 'Hotfix: lang link styles on mobile devices' (#2) from inex/selfprivacy.org:master into master
Reviewed-on: https://git.selfprivacy.org/ilchub/selfprivacy.org/pulls/2
This commit is contained in:
commit
39f6a89a6d
18
css/main.css
18
css/main.css
|
@ -664,6 +664,15 @@ footer a {
|
||||||
align-items: center;
|
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) {
|
@media (min-width: 768px) {
|
||||||
.margin-16, .hero {
|
.margin-16, .hero {
|
||||||
padding: 0 80px;
|
padding: 0 80px;
|
||||||
|
@ -745,15 +754,6 @@ footer a {
|
||||||
height: 32px;
|
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 {
|
.nav-logo-box {
|
||||||
width: 77px;
|
width: 77px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue