summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax2017-02-18 13:37:51 +0100
committerMax2017-02-18 13:37:51 +0100
commitfbdc11ad86fe2cdaeca0c1f74df68faa99e54d32 (patch)
treea0a9b0fcb359b88744e2ee423d7d37129cfb4d42
parent8162c6e2c037cccc22cd4bf8b1fd3bfe1057bc1c (diff)
downloadgospeladlershof.de-fbdc11ad86fe2cdaeca0c1f74df68faa99e54d32.tar.gz
Bugfix im CSS.
-rw-r--r--gospeladlershof.de/static/css/chor.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/gospeladlershof.de/static/css/chor.css b/gospeladlershof.de/static/css/chor.css
index 21abec0..688914a 100644
--- a/gospeladlershof.de/static/css/chor.css
+++ b/gospeladlershof.de/static/css/chor.css
@@ -39,6 +39,8 @@
background: rgba(255, 255, 255, 0.25);
}
@media (max-width: 450px) {
- width: auto !important;
- height: auto !important;
+ #osm {
+ width: auto !important;
+ height: auto !important;
+ }
}