aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css16
1 files changed, 13 insertions, 3 deletions
diff --git a/style.css b/style.css
index cbb4c02..2d46640 100644
--- a/style.css
+++ b/style.css
@@ -16,7 +16,6 @@ html, body {
--ol-brand-color: red;
}
-
#map {
position: absolute;
top: 0;
@@ -103,7 +102,7 @@ html, body {
border: 1px solid var(--bs-body-color);
border-top: none;
color: var(--bs-body-color);
- font-size: small;
+ font-size: 80%;
margin: 0;
}
@@ -201,13 +200,15 @@ html, body {
#map-menu .ol-full-screen {
display: none;
}
+}
+@media screen and (min-width: 350px) and (max-width: 576px) {
#map-menu #info-button {
bottom: 0;
right: 0;
position: absolute;
}
}
-@media screen and (max-height: 576px) {
+@media screen and (max-height: 576px), (max-width: 500px) {
#zoom-control .ol-zoomslider {
display: none;
}
@@ -217,3 +218,12 @@ html, body {
max-width: 60%;
}
}
+@media screen and (max-height: 300px) {
+ body {
+ --bs-body-font-size: .8rem;
+ }
+ .ol-control button.btn {
+ --bs-btn-padding-x: 0.4rem;
+ --bs-btn-padding-y: 0.4rem;
+ }
+}