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

Preparations for 1.4.0

This commit is contained in:
tobspr
2021-06-04 11:56:05 +02:00
parent 291614cb3c
commit a4b122a91c
4 changed files with 14 additions and 10 deletions

View File

@@ -88,9 +88,13 @@
@include S(grid-column-gap, 10px);
display: grid;
&[data-columns="1"] {
grid-template-columns: 1fr;
}
&[data-columns="2"] {
grid-template-columns: 1fr 1fr;
}
.standaloneBanner {
background: rgb(255, 75, 84);