Bug Fix - Single Page Image Size // POPUP Index
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4a0d27d248
commit
38a50d39e0
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user