BANNER AT THE TOP

This commit is contained in:
Kasper Rynning-Tønnesen
2020-01-22 11:23:21 +01:00
parent 4a09723596
commit cce64611ca
3 changed files with 3 additions and 5 deletions

View File

@@ -1,7 +1,5 @@
<template>
<div class="container">
<banner />
<h1 class="title">Loddgenerator</h1>
<p>Velg hvilke farger du vil ha, fyll inn antall lodd og klikk 'generer'</p>
<div class="input-line">

View File

@@ -1,6 +1,5 @@
<template>
<div class="outer">
<banner />
<div class="container">
<h1>Vinlotteri</h1>
<router-link to="generate" class="generate-link">
@@ -74,7 +73,6 @@ h1 {
font-weight: 300;
}
.generate-link {
color: #333333;
text-decoration: none;