diff --git a/prosopopee/themes/light/static/css/style-page.css b/prosopopee/themes/light/static/css/style-page.css index 2b95a6a..e7386db 100644 --- a/prosopopee/themes/light/static/css/style-page.css +++ b/prosopopee/themes/light/static/css/style-page.css @@ -27,12 +27,16 @@ a { text-decoration: none; } +.panorama, +.bordered-picture, .image { position: relative; width: 100%; height: auto; } +.panorama img, +.bordered-picture img, .image img { width: 100%; height: auto; @@ -68,6 +72,8 @@ h3 { text-transform: uppercase; } +.bordered-picture img, +.panorama img, .pictures-group img { margin: 15px 0; display: block; diff --git a/prosopopee/themes/light/templates/sections/panorama.html b/prosopopee/themes/light/templates/sections/panorama.html index b3b2480..a9e2767 100644 --- a/prosopopee/themes/light/templates/sections/panorama.html +++ b/prosopopee/themes/light/templates/sections/panorama.html @@ -1,5 +1,5 @@ {% set image = Image(section.image) %} {{ image.copy() }} -
+