Commit 0d095ec 1 parent 2cbdaf8 commit 0d095ec Copy full SHA for 0d095ec
File tree 3 files changed +18
-16
lines changed
libs/web-common/src/styles
sites/genomics-site/webapp/wdkCustomization/js/client
3 files changed +18
-16
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ body.vpdb-Body {
36
36
grid-template-rows : $expanded-header-height auto 1fr auto ;
37
37
38
38
@media screen and (max-width : $hamburger-width ) {
39
- grid-template-rows : auto auto 1fr auto !important ;
39
+ grid-template-rows : auto auto 1fr auto ;
40
40
}
41
41
42
42
grid-template-columns : 100% ;
Original file line number Diff line number Diff line change @@ -194,18 +194,3 @@ body.vpdb-Body .ExternalContentController a[name]::before {
194
194
body .vpdb-Body .wdk-RecordSidebarContainer {
195
195
top : 2em ;
196
196
}
197
-
198
- body .vpdb-Body .vpdb-RootContainer {
199
- @media screen and (max-width : $mobile-width ) {
200
- grid-template-areas :
201
- ' header'
202
- ' subheader'
203
- ' banner'
204
- ' nav'
205
- ' content'
206
- ' side'
207
- ' footer' ;
208
-
209
- grid-template-rows : auto auto auto auto 1fr auto auto ;
210
- }
211
- }
Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ body.vpdb-Body .vpdb-RootContainer {
10
10
11
11
grid-template-rows : 11em auto auto 1fr auto ;
12
12
13
+ @media screen and (max-width : $hamburger-width ) {
14
+ grid-template-rows : auto auto auto 1fr auto ;
15
+ }
16
+
13
17
& __home {
14
18
grid-template-areas :
15
19
' header header header'
@@ -32,6 +36,19 @@ body.vpdb-Body .vpdb-RootContainer {
32
36
' nav side side'
33
37
' footer footer footer' ;
34
38
}
39
+
40
+ @media screen and (max-width : $mobile-width ) {
41
+ grid-template-areas :
42
+ ' header'
43
+ ' subheader'
44
+ ' banner'
45
+ ' nav'
46
+ ' content'
47
+ ' side'
48
+ ' footer' ;
49
+
50
+ grid-template-rows : auto auto auto auto 1fr auto auto ;
51
+ }
35
52
}
36
53
37
54
& __home .vpdb-RootContainer__news-expanded {
You can’t perform that action at this time.
0 commit comments