Skip to content
Snippets Groups Projects
Verified Commit 57781bdb authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fixed logo alignment

parent 95faef3e
Branches
No related tags found
No related merge requests found
Pipeline #6616 passed
...@@ -10,12 +10,16 @@ ...@@ -10,12 +10,16 @@
:to="{ name: 'home' }" :to="{ name: 'home' }"
:title="labels.homeTitle" :title="labels.homeTitle"
> >
<div style="display: flex; align-items: center;">
<img <img
alt="Retribute Logo" alt="Retribute Logo"
src="../assets/logos/logo_fleur.png" src="../assets/logos/logo_fleur.png"
@click="showMenu - !showMenu" @click="showMenu - !showMenu"
/> />&nbsp;
<span>
Retribute Retribute
</span>
</div>
</router-link> </router-link>
<button class="pure-button menu-button" @click="showMenu = !showMenu"> <button class="pure-button menu-button" @click="showMenu = !showMenu">
<i v-if="showMenu" class="fa fa-close"></i> <i v-if="showMenu" class="fa fa-close"></i>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment