Margin between page title and header.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user