diff --git a/src/components/GeneratePage.vue b/src/components/GeneratePage.vue index 34aeb47..1c821d5 100644 --- a/src/components/GeneratePage.vue +++ b/src/components/GeneratePage.vue @@ -1,7 +1,9 @@ @@ -166,9 +168,13 @@ export default { body { margin: 0; color: #333333; - font-family: Knowit; + font-family: sans-serif; padding-bottom: 30px; } + +.vipps { + margin: 20px auto auto auto; +} .header-link { color: #333333; text-decoration: none; @@ -177,7 +183,7 @@ h1 { text-align: center; width: 100vw; text-align: center; - font-family: Knowit; + font-family: knowit; } .title { @@ -186,7 +192,7 @@ h1 { } .subtext { - margin-top: 0.50rem; + margin-top: 0.5rem; font-size: 1.22rem; } @@ -297,12 +303,14 @@ label .text { button { border: none; background: #b7debd; - color: #333333; + color: #333; padding: 10px 30px; width: fit-content; - margin: 0; font-size: 1.3rem; - height: 3rem; + display: block; + height: calc(3rem + 18px); + display: inline-flex; + max-height: calc(3rem + 18px); } .colors-text { @@ -380,5 +388,14 @@ button { p { padding: 0 15px; } + + .input-line { + flex-wrap: wrap; + + label { + width: 40%; + margin-top: 15px; + } + } } diff --git a/src/components/VinlottisPage.vue b/src/components/VinlottisPage.vue index 1574998..699dea4 100644 --- a/src/components/VinlottisPage.vue +++ b/src/components/VinlottisPage.vue @@ -47,7 +47,7 @@ export default { body { margin: 0; color: #333333; - font-family: "knowit"; + font-family: sans-serif; padding-bottom: 30px; }