Bug Fix - Single Page Image Size // POPUP Index
continuous-integration/drone/push Build is passing Details

This commit is contained in:
christoph 2022-06-15 15:33:11 +02:00
parent 4a0d27d248
commit 38a50d39e0
1 changed files with 10 additions and 0 deletions

View File

@ -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 */