Skip to content

Commit

Permalink
[setup] column-width is standard now
Browse files Browse the repository at this point in the history
  • Loading branch information
shish committed Dec 18, 2023
1 parent 6069e94 commit 095a51a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ext/setup/style.css
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
.setupblocks {
column-width: 400px;
-moz-column-width: 400px;
-webkit-column-width: 400px;
max-width: 1200px;
margin: auto;
}
.setupblocks > .setupblock:first-of-type { margin-top: 0; }

.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%;
}
Expand Down

0 comments on commit 095a51a

Please sign in to comment.