0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-30 13:12:40 +00:00

Added a print page route, allowing for easy image and pdf grabs

This commit is contained in:
Scott Tolksdorf
2016-01-13 15:14:13 -05:00
parent dab29762c6
commit db5d12992a
3 changed files with 154 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
@import (less) 'shared/naturalCrit/styles/reset.less';
@import (less) './client/homebrew/phbStyle/phb.fonts.css';
@import (less) './client/homebrew/phbStyle/phb.assets.less';
//Colors
@@ -24,8 +24,8 @@
z-index : 15;
box-sizing : border-box;
overflow : hidden;
height : 27.5cm;
width : 21cm;
height : 279.4mm;
width : 215.9mm;
padding : 1.0cm 1.7cm;
column-count : 2;
column-fill : auto;