Skip to content

Commit

Permalink
style: improvements to map
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronczichon committed Jun 17, 2024
1 parent acebb1a commit 719a6d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions design/src/styles/common/fun.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.canada-flag a:hover {
/* cursor: url('../../assets/icons/canada_flag.svg'), auto; */
}
/* .canada-flag a:hover {
cursor: url('../../assets/icons/canada_flag.svg'), auto;
} */

.eu-banner {
width: 100%;
Expand Down
4 changes: 2 additions & 2 deletions design/src/styles/layout/map.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
position: relative;
overflow: hidden;
width: 100%;
height: 400px;
height: 500px;
}

@media only screen and (min-width: 48em) {
.map-container {
height: 500px;
height: 700px;
}
}

0 comments on commit 719a6d0

Please sign in to comment.