diff options
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/Pages.css | 36 |
1 files changed, 5 insertions, 31 deletions
diff --git a/src/styles/Pages.css b/src/styles/Pages.css index a8ff842..e8318ef 100644 --- a/src/styles/Pages.css +++ b/src/styles/Pages.css @@ -79,6 +79,11 @@ body { } .form-button { + display: inline-flex; + align-items: center; + justify-content: center; + gap: 1rem; + padding: 0.75rem 1rem; background-color: var(--button-background-color); color: white; @@ -168,37 +173,6 @@ body { position: relative; } -#map { - position: absolute; - top: 0; - bottom: 60px; /* Adjust this value based on your navbar height */ - left: 0; - right: 0; - height: calc(100vh - 60px); /* Adjust this value based on your navbar height */ - overflow: hidden; - z-index: 0; -} - -.main-content { - position: relative; - height: calc(100vh - 60px); /* Adjust this value based on your navbar height */ - overflow: hidden; -} - -.nav-bar { - position: absolute; - bottom: 0; - left: 0; - right: 0; - height: 60px; /* Adjust this value based on your navbar height */ - display: flex; - justify-content: space-around; - align-items: center; - background-color: #fff; - border-top: 1px solid #ccc; - z-index: 1; -} - /* Fullscreen map styles */ .fullscreen-container { position: absolute; |
