From 21a4b3975ab97b307153b567b9472e4dd4637bcc Mon Sep 17 00:00:00 2001 From: anatolykopyl Date: Wed, 21 Sep 2022 02:16:29 +0300 Subject: [PATCH] Removed title bar --- index.html | 2 +- style.scss | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index b3516f3..0847b2e 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@
-

My games

+
diff --git a/style.scss b/style.scss index 18c8b8e..b872307 100644 --- a/style.scss +++ b/style.scss @@ -30,7 +30,7 @@ $clr-text: #171c20; .title { position: relative; - padding: 64px 0; + padding: 32px 20px; background-color: #F3B61F; //box-shadow: 0px 10px 20px rgba(19, 19, 19, 0.897); box-shadow: 0 5px 0 $clr-text; @@ -69,7 +69,8 @@ $clr-text: #171c20; // background-color: rgb(211, 211, 211); // } - &::before, &::after { + &::before, + &::after { position: absolute; content: ""; z-index: -10; @@ -119,7 +120,7 @@ $clr-text: #171c20; } .links { - > * { + >* { margin: 0 8px; } } @@ -131,7 +132,8 @@ $clr-text: #171c20; z-index: -20; padding: 48px 0; - &::before, &::after { + &::before, + &::after { display: none; } @@ -160,9 +162,9 @@ $clr-text: #171c20; &__info { padding: 0 8px; - > * { + >* { margin-top: 16px; } } } -} +} \ No newline at end of file