mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-05 01:47:25 +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 {
|
.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;
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue