Skip to content
Snippets Groups Projects
Commit c6e03611 authored by xaralis's avatar xaralis
Browse files

Show party name in navbar

parent 94aef1cd
No related branches found
No related tags found
No related merge requests found
Pipeline #806 passed
......@@ -2,10 +2,11 @@
<ui-navbar inline-template>
<div>
<div class="container container--wide navbar__content" :class="{'navbar__content--initialized': true}">
<div class="navbar__brand my-4 lg:pr-8 lg:my-0">
<div class="navbar__brand my-4 flex items-center lg:block lg:pr-8 lg:my-0">
<a href="#">
<img src="/images/logo-round-white.svg" class="w-full lg:border-r lg:border-grey-300 lg:pr-8" />
<img src="/images/logo-round-white.svg" class="w-8 lg:w-full lg:border-r lg:border-grey-300 lg:pr-8" />
</a>
<span class="lg:hidden pl-4 font-bold text-xl">Pirátská strana</span>
</div>
<div class="navbar__menutoggle my-4 flex justify-end lg:hidden">
<a href="#" @click="show = !show">
......
......@@ -9,7 +9,7 @@
"main main"
"external external"
"actions actions";
grid-template-columns: 2rem 1fr;
grid-template-columns: auto 1fr;
&:not(.navbar__content--initialized) {
@apply hidden;
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment