Skip to content

Commit

Permalink
Merge pull request #367 from mwernimont/master
Browse files Browse the repository at this point in the history
New secondary and main svg
  • Loading branch information
aappling-usgs authored Apr 24, 2018
2 parents 22d91b1 + 2a86b41 commit ff3aac1
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions inst/css/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,24 @@ body {

/*IE SVG Width Fix*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
.svg-container svg{
.main-svg svg{
width:100%;
height:608px;
height:600px;
}

.secondary-svg{
height:400px;
}

}

@media screen and (min-width: 1024px){
.svg-container,
.main-svg,
.viz-text{
width:960px;
}

.svg-container{
.main-svg{
margin:0 auto;
}

Expand Down

0 comments on commit ff3aac1

Please sign in to comment.