Skip to content

Commit 27ef16c

Browse files
fixed SCSS variable names
1 parent 71c846b commit 27ef16c

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

_sass/architect.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

_sass/variables.scss

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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
// ===============================

0 commit comments

Comments
 (0)