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

re meta#300 mer rosa på toppen (startside)

parent b8bab782
No related branches found
No related tags found
No related merge requests found
<template>
<main :class="(article || waiting || error || (search_results && search_results.length)) ? '' : 'welcome '">
<main>
<div class="search_container">
<p class="description" v-if="$vuetify.breakpoint.mdAndUp">
<p class="description" :class="$vuetify.breakpoint.name" v-if="$vuetify.breakpoint.mdAndUp && ! (article || waiting || error || (search_results && search_results.length))">
Skrivemåte og bøying i tråd med norsk rettskriving
</p>
<div class="lang_select_container">
......@@ -276,7 +276,7 @@ main {
background-color: var(--v-tertiary-base);
}
main.welcome {
div.welcome {
background-image: url('../assets/books.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
......@@ -321,6 +321,9 @@ div.monthly article.nob .dict-label::before {
content: "månadens ";
}
p.description.xs, p.description.sm {
display: none;
}
.search_container {
max-width: 1500px;
......
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