Margin between page title and header.

This commit is contained in:
2020-01-22 11:12:44 +01:00
parent 05888ef82b
commit 0aae89b25f

View File

@@ -1,7 +1,8 @@
<template>
<div class="container">
<banner />
<h1>Loddgenerator</h1>
<h1 class="title">Loddgenerator</h1>
<p>Velg hvilke farger du vil ha, fyll inn antall lodd og klikk 'generer'</p>
<div class="input-line">
<input
@@ -121,13 +122,15 @@ body {
}
h1 {
text-align: center;
}
h1 {
width: 100vw;
text-align: center;
font-family: Knowit;
}
.title {
margin-top: 4rem;
}
p {
text-align: center;
margin-bottom: 35px;