Hotfix: lang link styles on mobile devices

master
Inex Code 2021-11-10 16:38:00 +03:00
parent b597ce807f
commit 3a8713a9dd
1 changed files with 9 additions and 9 deletions

View File

@ -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;
}