changed margin in homepage

This commit is contained in:
Kostya
2023-12-05 19:14:06 +03:00
parent 19c67d68d2
commit 1408dc303d
2 changed files with 2 additions and 2 deletions

View File

@@ -69,7 +69,7 @@
/* GameMode */ /* GameMode */
.gamemode__content--text h2 { .gamemode__content--text h2 {
margin: 2% 0 .5% 8%; margin: 3.2% 0 .5% 8%;
text-transform: uppercase; text-transform: uppercase;
color: #FFF; color: #FFF;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

View File

@@ -120,7 +120,7 @@ body, html {
grid-area: main; grid-area: main;
width: 82%; width: 82%;
height: 90%; height: 90%;
margin: 2.7% auto 0 8%; margin: 3% auto 0 8%;
} }
/* /Main */ /* /Main */