diff options
| author | Max | 2017-02-18 13:37:51 +0100 |
|---|---|---|
| committer | Max | 2017-02-18 13:37:51 +0100 |
| commit | fbdc11ad86fe2cdaeca0c1f74df68faa99e54d32 (patch) | |
| tree | a0a9b0fcb359b88744e2ee423d7d37129cfb4d42 | |
| parent | 8162c6e2c037cccc22cd4bf8b1fd3bfe1057bc1c (diff) | |
| download | gospeladlershof.de-fbdc11ad86fe2cdaeca0c1f74df68faa99e54d32.tar.gz | |
Bugfix im CSS.
| -rw-r--r-- | gospeladlershof.de/static/css/chor.css | 6 |
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; + } } |
