fix error with margin for template

This commit is contained in:
Kostya
2023-11-24 16:32:32 +03:00
parent 62d712a9be
commit 50ce0e9e44
2 changed files with 3 additions and 3 deletions

View File

@@ -69,7 +69,7 @@
/* GameMode */
.gamemode__content--text h2 {
margin: 2% 0 .5% 10%;
margin: 2% 0 .5% 8%;
text-transform: uppercase;
color: #FFF;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
@@ -79,7 +79,7 @@
}
.gamemode__content--text div {
width: 80%;
width: 84%;
margin: 0 auto;
border: 1px solid #fff;
}

View File

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