fix error with width line gamemode-textcontent

This commit is contained in:
Kostya
2023-11-24 17:08:04 +03:00
parent d090afd6cf
commit b536562a74
2 changed files with 3 additions and 3 deletions

View File

@@ -79,8 +79,8 @@
}
.gamemode__content--text div {
width: 84%;
margin: 0 auto;
width: 82%;
margin-left: 8%;
border: 1px solid #fff;
}