diff options
| author | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2025-03-03 21:42:20 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2025-03-03 21:42:20 +0100 |
| commit | 3654aa3bcf0fed120910937dd2268c2f640c3ab0 (patch) | |
| tree | e5c7debb0153575d3fe3209885cf2276e4d97914 /src/styles | |
| parent | e4a737f43e45f02e80c06346cea73756f83854f3 (diff) | |
Implement about page
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; |
