File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,10 @@ last_updated: false # set to true if you want to display last updated in the foo
2424
2525navbar_fixed : true
2626footer_fixed : true
27+
28+ # Dimensions
29+ max_width : 800px
30+
2731# TODO: add layout settings (single page vs. multi-page)
2832
2933# -----------------------------------------------------------------------------
Original file line number Diff line number Diff line change 33 * To adjust anything, simply edit the variables below and rebuild the theme.
44 ******************************************************************************/
55
6- // Dimensions
76
8- $max-content-width : 800px ;
97
108// Colors
119$red-color : #FF3636 !default ;
Original file line number Diff line number Diff line change 33---
44@charset " utf-8" ;
55
6+ // Dimensions
7+ $max-content-width : {{site.max_width}};
8+
69@import
710 " variables" ,
811 " themes" ,
You can’t perform that action at this time.
0 commit comments