File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ,
Original file line number Diff line number Diff line change 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 ));
Original file line number Diff line number Diff line change 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 ;
Original file line number Diff line number Diff line change 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 }
Original file line number Diff line number Diff line change 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);
You can’t perform that action at this time.
0 commit comments