Commit 8896ced3 authored by Administrator's avatar Administrator 💬

Move the language selector to the right.

parent 9feb034d
...@@ -44,12 +44,6 @@ ...@@ -44,12 +44,6 @@
{% include 'partials/logo.html.twig' %} {% include 'partials/logo.html.twig' %}
</section> </section>
<section class="navbar-section">
<div>{# Wrapper div to make centering vertically easy #}
{% include 'partials/language-selector.html.twig' %}
</div>
</section>
<section class="navbar-section desktop-menu"> <section class="navbar-section desktop-menu">
<nav class="dropmenu animated"> <nav class="dropmenu animated">
...@@ -63,6 +57,12 @@ ...@@ -63,6 +57,12 @@
{% endif %} {% endif %}
</section> </section>
<section class="navbar-section">
<div>{# Wrapper div to make centering vertically easy #}
{% include 'partials/language-selector.html.twig' %}
</div>
</section>
</nav> </nav>
</section> </section>
</section> </section>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment