From d0e8b5cb515a8a9dd25d70a84c6d2800a6f17198 Mon Sep 17 00:00:00 2001 From: Spythere Date: Thu, 9 Jun 2022 14:31:04 +0200 Subject: [PATCH] Poprawki --- src/App.scss | 6 +++--- src/App.vue | 2 ++ src/styles/global.scss | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/App.scss b/src/App.scss index 2381159..5e03370 100644 --- a/src/App.scss +++ b/src/App.scss @@ -140,12 +140,12 @@ flex-direction: column; justify-content: flex-end; align-items: flex-end; - padding: 1em 0.5em; + padding: 0.5em 0.5em; @include smallScreen() { right: auto; - left: 0.5em; - padding: 0.5em 0; + left: 0.75em; + padding: 0; align-items: center; } diff --git a/src/App.vue b/src/App.vue index 950684f..9707a2c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -68,6 +68,8 @@ + +