0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-07 12:02:44 +00:00

Fixed on a4 wide monster stat blocks go single column

This commit is contained in:
Scott
2016-05-24 09:02:01 -04:00
parent 7501342e85
commit 53529d14eb

View File

@@ -22,15 +22,15 @@
letter-spacing : -0.02em; letter-spacing : -0.02em;
} }
} }
.useColumns(){ .useColumns(@multiplier : 1){
column-count : 2; column-count : 2;
column-fill : auto; column-fill : auto;
column-gap : 1cm; column-gap : 1cm;
column-width : 8cm; column-width : 8cm * @multiplier;
-webkit-column-count : 2; -webkit-column-count : 2;
-moz-column-count : 2; -moz-column-count : 2;
-webkit-column-width : 8cm; -webkit-column-width : 8cm * @multiplier;
-moz-column-width : 8cm; -moz-column-width : 8cm * @multiplier;
-webkit-column-gap : 1cm; -webkit-column-gap : 1cm;
-moz-column-gap : 1cm; -moz-column-gap : 1cm;
} }
@@ -251,7 +251,7 @@
} }
//Full Width //Full Width
hr+hr+blockquote{ hr+hr+blockquote{
.useColumns(); .useColumns(0.96);
} }
//***************************** //*****************************
// * CLASS TABLE // * CLASS TABLE