diff --git a/css/main.css b/css/main.css index 96c4f99..066f86e 100755 --- a/css/main.css +++ b/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; }