forked from ruangrupa/lumbung.space
Bug Fix - Single Page Image Size // POPUP Index
This commit is contained in:
parent
4a0d27d248
commit
38a50d39e0
@ -1270,6 +1270,7 @@ a.timeline-url {
|
|||||||
/* PopUp */
|
/* PopUp */
|
||||||
.popup-container {
|
.popup-container {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
z-index: 999;
|
||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
@ -1470,6 +1471,15 @@ a.timeline-url {
|
|||||||
|
|
||||||
.single .h-entry img {
|
.single .h-entry img {
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.single .h-entry figure{
|
||||||
|
margin: 0 0 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.single .h-entry figure figure{
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* lumbung radio player widget */
|
/* lumbung radio player widget */
|
||||||
|
Loading…
Reference in New Issue
Block a user