Skip to content

Commit

Permalink
Simply fixing indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bamadesigner committed Aug 9, 2018
1 parent b4d6627 commit 5575b6d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions dev/config/cssVariables.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
"variables": {
"global-font-color": "#333",
"global-font-family": "'Crimson Text', serif",
"global-font-size": "20",
"global-font-line-height": "1.4",
"highlight-font-family": "'Roboto Condensed', sans-serif",
"content-width": "45",
"dropdown-symbol-width": "0.7em",
"small-font-size": "16",
"regular-font-size": "20",
"large-font-size": "36",
"larger-font-size": "48"
"global-font-size": "20",
"global-font-line-height": "1.4",
"highlight-font-family": "'Roboto Condensed', sans-serif",
"content-width": "45",
"dropdown-symbol-width": "0.7em",
"small-font-size": "16",
"regular-font-size": "20",
"large-font-size": "36",
"larger-font-size": "48"
},
"queries": {
"narrow-menu-query": "screen and (max-width: 37.5em)",
"wide-menu-query": "screen and (min-width: 37.5em)",
"content-query": "screen and (min-width: 48em)",
"sidebar-query": "screen and (min-width: 60em)"
"narrow-menu-query": "screen and (max-width: 37.5em)",
"wide-menu-query": "screen and (min-width: 37.5em)",
"content-query": "screen and (min-width: 48em)",
"sidebar-query": "screen and (min-width: 60em)"
}
}

0 comments on commit 5575b6d

Please sign in to comment.