Margin between page title and header.
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<banner />
|
<banner />
|
||||||
<h1>Loddgenerator</h1>
|
|
||||||
|
<h1 class="title">Loddgenerator</h1>
|
||||||
<p>Velg hvilke farger du vil ha, fyll inn antall lodd og klikk 'generer'</p>
|
<p>Velg hvilke farger du vil ha, fyll inn antall lodd og klikk 'generer'</p>
|
||||||
<div class="input-line">
|
<div class="input-line">
|
||||||
<input
|
<input
|
||||||
@@ -121,13 +122,15 @@ body {
|
|||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
|
||||||
h1 {
|
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-family: Knowit;
|
font-family: Knowit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.title {
|
||||||
|
margin-top: 4rem;
|
||||||
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: 35px;
|
margin-bottom: 35px;
|
||||||
|
|||||||
Reference in New Issue
Block a user