0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-06 05:42:40 +00:00

Remove break-before: column

This commit is contained in:
Trevor Buckner
2022-05-27 21:19:16 -04:00
parent 46853a121c
commit fdaf56b91a

View File

@@ -545,7 +545,6 @@ body {
-webkit-column-break-after : always; -webkit-column-break-after : always;
break-after : always; break-after : always;
-moz-column-break-after : always; -moz-column-break-after : always;
break-before : column;
} }
//Avoid breaking up //Avoid breaking up
blockquote,table{ blockquote,table{