Skip to content

Commit

Permalink
minor maps page css changes
Browse files Browse the repository at this point in the history
  • Loading branch information
unfiltered-syrup committed Dec 7, 2023
1 parent 8b548a5 commit 53c725c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions front-end/src/css/mapPage.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.map {
@apply flex h-full w-full bg-lightTone border-solid drop-shadow-2xl border-2 border-darkTone rounded-3xl;
@apply flex h-full w-full bg-lightTone border-solid drop-shadow-2xl border-2 border-darkTone;
}

.map-container {
@apply flex p-5 pb-28 h-screen w-full bg-lightTone rounded shadow-lg;
@apply flex p-0 pb-20 h-screen w-full bg-lightTone;
}

.dark .map-container {
Expand Down

0 comments on commit 53c725c

Please sign in to comment.