diff --git a/themes/lumbung-theme/static/css/main.css b/themes/lumbung-theme/static/css/main.css index 8a4baa0..550a61d 100644 --- a/themes/lumbung-theme/static/css/main.css +++ b/themes/lumbung-theme/static/css/main.css @@ -1270,6 +1270,7 @@ a.timeline-url { /* PopUp */ .popup-container { position: fixed; + z-index: 999; top: 0; bottom: 0; left: 0; @@ -1470,6 +1471,15 @@ a.timeline-url { .single .h-entry img { object-fit: contain; + height: auto; +} + +.single .h-entry figure{ + margin: 0 0 20px; +} + +.single .h-entry figure figure{ + margin: 0; } /* lumbung radio player widget */