mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-04 17:37:26 +00:00
menu: desktop version tuning
This commit is contained in:
parent
1196b31663
commit
fba0aec834
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue