From 16f1467ddd8c593e43c580d71bea25acfaa0d78a Mon Sep 17 00:00:00 2001 From: Patricio Date: Mon, 30 Sep 2024 18:11:46 +0200 Subject: [PATCH] minor fixes --- sass/pages/_about.scss | 3 +-- sass/pages/_home.scss | 2 +- src/components/Results.vue | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/sass/pages/_about.scss b/sass/pages/_about.scss index b8cecb1..b9a412c 100644 --- a/sass/pages/_about.scss +++ b/sass/pages/_about.scss @@ -1,12 +1,12 @@ @import "../abstracts/index"; .about{ - height: 100vh; background-image: url("../../public/bg.svg"); background-size: cover; background-repeat: no-repeat; background-position: center center; width: 100%; + padding-bottom: 20%; @include flex-column; position: relative; &__text{ @@ -49,7 +49,6 @@ } @include mobile{ .about{ - padding-top: 22%; &__p{ font-size: 1.6rem; } diff --git a/sass/pages/_home.scss b/sass/pages/_home.scss index aff65bf..2dcb35f 100644 --- a/sass/pages/_home.scss +++ b/sass/pages/_home.scss @@ -72,7 +72,7 @@ .home{ //background-color: $lightPink; &__figure{ - + left: 10.95%; } &__cereals{ width: 180px; diff --git a/src/components/Results.vue b/src/components/Results.vue index e6edfd2..9e7ed8b 100644 --- a/src/components/Results.vue +++ b/src/components/Results.vue @@ -38,9 +38,9 @@ export default { New quiz ? - Register to play more! + play more!