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 { .nav-langs {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: space-between; justify-content: space-evenly;
margin: 0; margin: 0;
margin-block-start: auto; margin-block-start: auto;
text-transform: uppercase; text-transform: uppercase;

View file

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