Skip to content

Commit

Permalink
Fix map size
Browse files Browse the repository at this point in the history
  • Loading branch information
thomlamb committed Nov 7, 2024
1 parent 8d556bf commit 4ba4392
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions nouveausite/src/scss/map.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.custom-imio-map-use {
height: 0;
padding-bottom: 64.8%;
padding-bottom: 50.5%;
width: 78%;
margin: 0 auto;
background: url("../../assets/svg/used-map.svg");
background-repeat: no-repeat;
background-size: contain;
Expand All @@ -12,6 +14,6 @@
.sectionhtml.map-use {
.html {
height: 0;
padding-bottom: 64.8%;
padding-bottom: 50.5%;
}
}

0 comments on commit 4ba4392

Please sign in to comment.