menu: desktop version tuning

This commit is contained in:
He4eT 2025-02-19 00:42:51 +01:00
commit fba0aec834
2 changed files with 2 additions and 2 deletions

View file

@ -73,7 +73,7 @@ header.menu a:hover {
.nav-langs {
display: flex;
flex-direction: row;
justify-content: space-between;
justify-content: space-evenly;
margin: 0;
margin-block-start: auto;
text-transform: uppercase;

View file

@ -36,7 +36,7 @@
{%- for lang in langs %}
<li class="lang-separator" aria-hidden>|</li>
<li>
<a href="{{ page.url | locale_url(lang) }}" >
<a href="{{ page.url | locale_url(lang) }}">
{{ lang }}
</a>
</li>