From 3a4a65b4288a0b1875fab6ecbb1e2052c5b1c327 Mon Sep 17 00:00:00 2001 From: Settel Date: Sun, 24 Apr 2022 19:28:14 +0200 Subject: [PATCH] css: moved TitleBox up --- client/src/components/TitleBox.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/components/TitleBox.vue b/client/src/components/TitleBox.vue index a5a3fb6..3ade647 100644 --- a/client/src/components/TitleBox.vue +++ b/client/src/components/TitleBox.vue @@ -18,7 +18,7 @@ .titlebox { &__titlebox { position: relative; - padding: 120px 0; + padding: 80px 0; display: flex; justify-content: center; } @@ -39,14 +39,14 @@ } &__titleborderbox2 { position: absolute; - top: 160px; + top: 120px; width: 720px; height: 120px; z-index: 2; } &__titleborderbox3 { position: absolute; - top: 200px; + top: 160px; width: 760px; height: 40px; z-index: 1;