Skip to content

Commit 64eab0f

Browse files
author
Cory Simmons
committed
Upgrade max-width default to 1140px
1 parent de72e04 commit 64eab0f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

scss/typographic.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Typographic v2.9.1 - https://github.com/corysimmons/typographic
1+
// Typographic v2.9.2 - https://github.com/corysimmons/typographic
22

33

44
// Ratios
@@ -69,7 +69,7 @@ $header-color : #111 !default;
6969
$min-font : 12px !default;
7070
$max-font : 20px !default;
7171
$min-width : 600px !default;
72-
$max-width : 1000px !default;
72+
$max-width : 1140px !default;
7373
$vertical-rhythm : true !default;
7474

7575

stylus/typographic.styl

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Typographic v2.9.1 - https://github.com/corysimmons/typographic
1+
// Typographic v2.9.2 - https://github.com/corysimmons/typographic
22

33

44
// Settings
@@ -14,7 +14,7 @@ $header-color = #111
1414
$min-font = 12px
1515
$max-font = 20px
1616
$min-width = 600px
17-
$max-width = 1000px
17+
$max-width = 1140px
1818
$vertical-rhythm = true
1919

2020

0 commit comments

Comments
 (0)