Skip to content
Snippets Groups Projects
Commit 21371d9e authored by jan.bednarik's avatar jan.bednarik
Browse files

elections2021: Tweak accesibility

parent 2988d1f5
No related branches found
No related tags found
2 merge requests!368elections2021: Tweak accesibility,!367elections2021: Tweak accesibility
Pipeline #4946 passed
......@@ -55,16 +55,16 @@
<div class="container container--wide navbar__content" :class="{'navbar__content--initialized': true}">
<div class="navbar__brand my-4 flex items-center xl:hidden lg:my-0 h-full">
<a href="/" class="h-full flex justify-center">
<img src="{% static "elections2021/images/logo-koalicni-resp.svg" %}" class="w-8 lg:w-full lg:border-r lg:border-grey-300 lg:pr-4 xl:pr-8" />
<img src="{% static "elections2021/images/logo-koalicni-resp.svg" %}" class="w-8 lg:w-full lg:border-r lg:border-grey-300 lg:pr-4 xl:pr-8" aria-label="logo koalice piráti a starostové" />
</a>
</div>
<div class="navbar__brand my-4 items-center hidden xl:block xl:pr-8 xl:my-0">
<a href="/">
<img src="{% static "elections2021/images/logo-koalicni.svg" %}" class="w-8 lg:w-full lg:border-r lg:border-grey-300 lg:pr-8" />
<img src="{% static "elections2021/images/logo-koalicni.svg" %}" class="w-8 lg:w-full lg:border-r lg:border-grey-300 lg:pr-8" aria-label="logo koalice piráti a starostové" />
</a>
</div>
<div class="navbar__menutoggle my-4 flex justify-end lg:hidden">
<a href="#" @click="show = !show" class="no-underline hover:no-underline">
<a href="#" @click="show = !show" class="no-underline hover:no-underline" aria-label="menu">
<i class="ico--menu text-3xl"></i>
</a>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment