1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Fix main menu rendering

This commit is contained in:
tobspr
2020-06-22 14:55:43 +02:00
parent c5613f6eee
commit e9581c653f
2 changed files with 19 additions and 18 deletions

View File

@@ -224,6 +224,12 @@
width: 100%;
box-sizing: border-box;
.buttons {
display: flex;
flex-direction: column;
align-items: center;
}
.browserWarning {
@include S(margin-bottom, 10px);
background-color: $colorRedBright;