Skip to content

Commit 1978c01

Browse files
author
Max Harris
committed
cleanup container width
1 parent 48cedc8 commit 1978c01

File tree

3 files changed

+9
-17
lines changed

3 files changed

+9
-17
lines changed

themes/jolteon/css/app.css

Lines changed: 3 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/jolteon/css/app.min.css

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/jolteon/css/scss/06-components/_components.page-menu.scss

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@
1616
}
1717

1818
a {
19-
font-size: $font-size-small;
20-
21-
@include mq($from: tablet) {
22-
font-size: $font-size-base;
23-
}
19+
font-size: $font-size-base;
2420

2521
@include mq($from: wide) {
2622
font-size: $font-size-large;
@@ -42,13 +38,16 @@
4238
#policies-menu {
4339
width: 100%;
4440

41+
@include mq($from: wide) {
42+
width: 1170px;
43+
}
44+
4545
.c-sticky-menu__list {
4646
@include mq($from: tablet) {
4747
flex-wrap: wrap;
4848
}
4949

5050
.menu-item {
51-
5251
&.current-menu-item {
5352
a {
5453
box-shadow: none;
@@ -84,9 +83,5 @@
8483
}
8584
}
8685
}
87-
88-
@include mq($from: wide) {
89-
width: 1170px;
90-
}
9186
}
9287
}

0 commit comments

Comments
 (0)