this seems more reliable
This commit is contained in:
parent
294d24ad4b
commit
84fae296e5
1 changed files with 3 additions and 3 deletions
|
@ -208,9 +208,9 @@ UL {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
.setupblocks .rr {
|
.setupblocks .rr {
|
||||||
column-break-inside: avoid;
|
break-inside: avoid;
|
||||||
-moz-column-break-inside: avoid;
|
-moz-break-inside: avoid;
|
||||||
-webkit-column-break-inside: avoid;
|
-webkit-break-inside: avoid;
|
||||||
}
|
}
|
||||||
.setupblock {
|
.setupblock {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Reference in a new issue