diff options
| author | Max | 2017-02-17 23:47:19 +0100 |
|---|---|---|
| committer | Max | 2017-02-17 23:47:19 +0100 |
| commit | 8162c6e2c037cccc22cd4bf8b1fd3bfe1057bc1c (patch) | |
| tree | 16df14a8f3dea470996bd4862ff88a6bfaa62ba7 | |
| parent | 9cb9017bc1719b21a14a046041ae8f7a22452edb (diff) | |
| download | gospeladlershof.de-8162c6e2c037cccc22cd4bf8b1fd3bfe1057bc1c.tar.gz | |
Versucht das iframe mit OSM responsiv zu machen.
| -rw-r--r-- | gospeladlershof.de/static/css/chor.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gospeladlershof.de/static/css/chor.css b/gospeladlershof.de/static/css/chor.css index 5da71da..21abec0 100644 --- a/gospeladlershof.de/static/css/chor.css +++ b/gospeladlershof.de/static/css/chor.css @@ -38,3 +38,7 @@ .portfolio-box .portfolio-box-caption { background: rgba(255, 255, 255, 0.25); } +@media (max-width: 450px) { + width: auto !important; + height: auto !important; +} |
