[setup] column-width is standard now

This commit is contained in:
Shish 2023-12-18 01:26:31 +00:00
parent 6069e9455a
commit 095a51a4d2

View file

@ -1,7 +1,5 @@
.setupblocks {
column-width: 400px;
-moz-column-width: 400px;
-webkit-column-width: 400px;
max-width: 1200px;
margin: auto;
}
@ -9,11 +7,7 @@
.setupblock {
break-inside: avoid;
-moz-break-inside: avoid;
-webkit-break-inside: avoid;
column-break-inside: avoid;
-moz-column-break-inside: avoid;
-webkit-column-break-inside: avoid;
text-align: center;
width: 90%;
}