Skip to content
Snippets Groups Projects
Commit bcca3244 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

remove banner href

parent 2e769378
No related branches found
No related tags found
No related merge requests found
...@@ -37,8 +37,8 @@ ...@@ -37,8 +37,8 @@
<div class = "banner" aria-hidden="true" :class="$vuetify.breakpoint"> <div class = "banner" aria-hidden="true" :class="$vuetify.breakpoint">
<div> <div>
<h1 tabindex="-1"><a :class="$vuetify.breakpoint.name" href="/">Ordbøkene</a></h1> <h1 :class="$vuetify.breakpoint.name">Ordbøkene</h1>
<p tabindex="-1" class="sub-title"><a href="/">{{$t("sub_title")}}</a></p> <p class="sub-title">{{$t("sub_title")}}</p>
</div> </div>
</div> </div>
...@@ -125,11 +125,11 @@ h1 { ...@@ -125,11 +125,11 @@ h1 {
color: var(--v-primary-base) color: var(--v-primary-base)
} }
.banner h1 a { .banner h1 {
font-size: 48px; font-size: 48px;
} }
h1 > a.xs, h1 > a.sm { h1.xs, h1.sm {
font-size: 36px; font-size: 36px;
} }
...@@ -202,7 +202,7 @@ footer a { ...@@ -202,7 +202,7 @@ footer a {
} }
.sub-title a { .sub-title {
color: var(--v-primary-base) !important; color: var(--v-primary-base) !important;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment