Skip to content
Snippets Groups Projects
Commit 929bd23a authored by Ole Voldsæter's avatar Ole Voldsæter
Browse files

re meta#300 mer luft

parent ef4331b6
No related branches found
No related tags found
No related merge requests found
<template> <template>
<v-app id="app"> <v-app id="app">
<header> <header>
<p class="about-link"><router-link to="/om">OM ORDBØKENE</router-link></p> <div class="about-link"><router-link to="/om">OM ORDBØKENE</router-link></div>
<h1><a :class="$vuetify.breakpoint.name" href="/">Ordbøkene</a></h1> <h1><a :class="$vuetify.breakpoint.name" href="/">Ordbøkene</a></h1>
<div class="beta">Beta</div> <div class="beta">Beta</div>
<p class="sub-title"><router-link to="/">Bokmålsordboka og Nynorskordboka</router-link></p> <p class="sub-title"><router-link to="/">Bokmålsordboka og Nynorskordboka</router-link></p>
...@@ -58,6 +58,7 @@ a { ...@@ -58,6 +58,7 @@ a {
h1 { h1 {
font-family: Inria Serif; font-family: Inria Serif;
color: var(--v-primary-base); color: var(--v-primary-base);
padding-left: 15px;
} }
h1 > a.xs, h1 > a.sm { h1 > a.xs, h1 > a.sm {
...@@ -71,14 +72,14 @@ header > h1 > a { ...@@ -71,14 +72,14 @@ header > h1 > a {
margin: 0px; margin: 0px;
} }
p.about-link { .about-link {
text-align: right; text-align: right;
margin: 0px; margin-right: 15px;
float: right; float: right;
} }
header > p { header > p {
padding: 3px; padding: 15px;
} }
.beta { .beta {
...@@ -86,9 +87,10 @@ header > p { ...@@ -86,9 +87,10 @@ header > p {
top: 2px; top: 2px;
font-size: 20px; font-size: 20px;
color: #BBBBBB; color: #BBBBBB;
padding-left: 15px;
} }
p.about-link > a{ .about-link > a{
text-decoration: none; text-decoration: none;
border-bottom: solid var(--v-primary-base) 2px; border-bottom: solid var(--v-primary-base) 2px;
font-size: 12px; font-size: 12px;
......
...@@ -110,7 +110,7 @@ ...@@ -110,7 +110,7 @@
.autocomplete-container { .autocomplete-container {
max-width: 520px; max-width: 520px;
padding-left: 3px; padding-left: 15px;
} }
.autocomplete-container.sm { .autocomplete-container.sm {
......
...@@ -340,7 +340,7 @@ div.monthly article.nob .dict-label::before { ...@@ -340,7 +340,7 @@ div.monthly article.nob .dict-label::before {
} }
.lang_select_container { .lang_select_container {
padding-left: 3px; padding-left: 15px;
} }
li.suggestion { li.suggestion {
......
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