[user_config] remove redundant overrides
This commit is contained in:
parent
9e7f3cb397
commit
d489a4fa18
1 changed files with 0 additions and 6 deletions
|
@ -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%;
|
||||
}
|
||||
|
|
Reference in a new issue