Skip to content

Commit

Permalink
fix safari bug close #1
Browse files Browse the repository at this point in the history
  • Loading branch information
robindemourat committed Aug 28, 2024
1 parent 55ac7a2 commit fb15c38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ main .section {
}

.TweetsMap {
position: relative;
.departement {
stroke: grey;
// fill: transparent;
Expand Down Expand Up @@ -730,7 +731,7 @@ main .section {
.main-image-container {
img {
max-height: 100%;
height: 100%;
// height: 100%;
max-width: 100%;
}
figcaption {
Expand Down

0 comments on commit fb15c38

Please sign in to comment.