File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
.covidcast_wrapper {
6
6
display : flex ;
7
7
flex-direction : column ;
8
- min-height : 100vh ;
9
- }
8
+ height : 100vh ;
10
9
11
- .covidcast_wrapper :not (.covidcast_wrapper_footer ) > footer {
12
- display : none ;
10
+ > footer {
11
+ display : none ;
12
+ }
13
13
}
Original file line number Diff line number Diff line change 6
6
< script src ="{{ (partial "covidcast /find-file.html" "bundle.*\\.js$")| relURL }}"> </ script >
7
7
{{ end }}
8
8
{{ define "breadcrumb" }}<!-- no breadcrumb --> {{ end }}
9
- {{ define "body_class" }}covidcast_wrapper {{ if ne .Params.footer false }}covidcast_wrapper_footer {{ end }}{{ end }}
9
+ {{ define "body_class" }}{{ if eq .Params.footer false }}covidcast_wrapper {{ end }}{{ end }}
10
10
{{ define "main" }}
11
11
< div id ="vizbox ">
12
12
< div class ="ie-banner " style ="display: none ">
You can’t perform that action at this time.
0 commit comments