Skip to content

Commit 3b77108

Browse files
committed
try light gray header
1 parent d5324a6 commit 3b77108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ img {
158158
padding: 20px 0;
159159
border-bottom: 1px solid $lightGray;
160160

161+
background: $lightGray;
161162
@include mobile {
162163
text-align: center;
163164
}
@@ -215,7 +216,6 @@ nav {
215216
margin-top: 23px; // @TODO: Vertically middle align
216217
font-family: $helveticaNeue;
217218
font-size: 18px;
218-
background: $lightGray;
219219
@include mobile {
220220
float: none;
221221
margin-top: 9px;

0 commit comments

Comments
 (0)