Mobile
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1 class="title" @click="startCountdown">Loddgenerator</h1>
|
<h1 class="title" @click="startCountdown">Loddgenerator</h1>
|
||||||
<p class="subtext">Velg hvilke farger du vil ha, fyll inn antall lodd og klikk 'generer'</p>
|
<p class="subtext">
|
||||||
|
Velg hvilke farger du vil ha, fyll inn antall lodd og klikk 'generer'
|
||||||
|
</p>
|
||||||
<div class="input-line">
|
<div class="input-line">
|
||||||
<label for="redCheckbox">
|
<label for="redCheckbox">
|
||||||
<input type="checkbox" id="redCheckbox" v-model="redCheckbox" />
|
<input type="checkbox" id="redCheckbox" v-model="redCheckbox" />
|
||||||
@@ -230,6 +232,10 @@ p {
|
|||||||
display: flex;
|
display: flex;
|
||||||
font-family: Arial;
|
font-family: Arial;
|
||||||
margin-top: 35px;
|
margin-top: 35px;
|
||||||
|
|
||||||
|
@include mobile {
|
||||||
|
width: 80vw;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-line {
|
.input-line {
|
||||||
|
|||||||
Reference in New Issue
Block a user