We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90a96c5 commit 71bb25cCopy full SHA for 71bb25c
2 files changed
_includes/language-picker-mobile.html
@@ -14,7 +14,10 @@
14
15
{% for lang in site.data.languages %}
16
<li class="submenu">
17
- <a href="/{{ lang.code }}/{{ url_remainder }}">{% include icons/flags/{{ lang.code }}.svg %}{{ lang.name }}</a>
+ <a href="/{{ lang.code }}/{{ url_remainder }}">
18
+ {% include icons/flags/{{ lang.code }}.svg %}
19
+ {{ lang.name }}
20
+ </a>
21
</li>
22
{% endfor %}
23
</ul>
css/style.css
@@ -831,7 +831,6 @@ div.desktop-lang-switcher {
831
832
/* navigation */
833
#navbar,
834
-
835
#langbar {
836
line-height: 30px;
837
display: flex;
0 commit comments