0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 16:22:44 +00:00

Wrapping up the fix

This commit is contained in:
Scott Tolksdorf
2016-05-24 21:35:03 -04:00
parent 53529d14eb
commit 2ed9395e29
4 changed files with 175 additions and 172 deletions

View File

@@ -412,11 +412,11 @@ table {
column-count: 2;
column-fill: auto;
column-gap: 1cm;
column-width: 8cm;
column-width: 7.68cm;
-webkit-column-count: 2;
-moz-column-count: 2;
-webkit-column-width: 8cm;
-moz-column-width: 8cm;
-webkit-column-width: 7.68cm;
-moz-column-width: 7.68cm;
-webkit-column-gap: 1cm;
-moz-column-gap: 1cm;
}