Add .map-screen styles to App.css

This commit is contained in:
otivm
2026-04-25 18:21:59 +00:00
parent ed444a7ec1
commit 0ef86cefc5

View File

@@ -391,3 +391,13 @@
color: #6b5a3e;
font-size: 0.85rem;
}
/* Map screen */
.map-screen {
padding: 1.5rem 1rem;
background: #0f1a24;
min-height: calc(100vh - 49px);
display: flex;
align-items: flex-start;
justify-content: center;
}