Skip to content

Commit 91969d8

Browse files
committed
update inPage Nav height for mobiler
1 parent abb5b3d commit 91969d8

5 files changed

Lines changed: 30 additions & 0 deletions

File tree

src/_scss/pages/agency/index.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
min-height: 100vh;
1515
width: 100%;
1616

17+
@media (max-width: $medium-screen) {
18+
.usda-in-page-nav__container {
19+
top: 121px;
20+
}
21+
}
1722
.site-header,
1823
.usda-page__container,
1924
.main-content,

src/_scss/pages/data-sources/index.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55

66
$color-gray-border: $color-gray-lighter;
77

8+
@media (max-width: $medium-screen) {
9+
.usda-in-page-nav__container {
10+
top: 121px;
11+
}
12+
}
13+
814
.main-content {
915
@import "../../mixins/fullSectionWrap";
1016
@include fullSectionWrap(($global-margin * 4), ($global-margin * 4));

src/_scss/pages/interactiveDataSources/index.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@
2121
width: 100%;
2222
}
2323

24+
@media (max-width: $medium-screen) {
25+
.usda-in-page-nav__container {
26+
top: 121px;
27+
}
28+
}
29+
2430
.main-content {
2531
justify-content: center;
2632
margin: auto;

src/_scss/pages/recipient/recipientPage.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@
3030
width: 100%;
3131
}
3232

33+
@media (max-width: $medium-screen) {
34+
.usda-in-page-nav__container {
35+
top: 121px;
36+
}
37+
}
38+
3339
.topfive .topfive__content .category-table .category-table__title {
3440
height: unset;
3541
}

src/_scss/pages/state/statePage.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@
2828
width: 100%;
2929
}
3030

31+
32+
@media (max-width: $medium-screen) {
33+
.usda-in-page-nav__container {
34+
top: 121px;
35+
}
36+
}
37+
3138
.main-content {
3239
//@import "../../mixins/fullSectionWrap";
3340
//@include fullSectionWrap(0,0);

0 commit comments

Comments
 (0)