File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ header {
8383
8484.inner {
8585 position : relative ;
86- width : $content-width-desktop ;
86+ width : $content-width-monitor ;
8787 margin : 0 auto ;
8888}
8989
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ $bg-color: #fafafa;
1919
2020// Standard Sizes
2121// ===============================
22- $content-width-desktop : 940px ;
22+ $content-width-monitor : 940px ;
2323$content-width-tablet : 740px ;
2424$content-width-phone : 93% ;
2525
@@ -37,9 +37,6 @@ $tiny-horizontal-space: 5px;
3737// ===============================
3838$heading-color : #474747 ;
3939$heading-border : $light-blue ;
40- $header-width-desktop : 540px ;
41- $header-width-tablet : 340px ;
42- $header-width-phone : 100% ;
4340
4441
4542// Site Header
@@ -48,6 +45,10 @@ $header-bg: #2e7bcf;
4845$header-border : #275da1 ;
4946$header-text : $bright-white ;
5047
48+ $header-width-monitor : 540px ;
49+ $header-width-tablet : 340px ;
50+ $header-width-phone : 100% ;
51+
5152
5253// Code Samples
5354// ===============================
You can’t perform that action at this time.
0 commit comments