Publication image adjust

This commit is contained in:
Peter Maquiran
2023-08-23 17:19:22 +01:00
parent 3d00f33d4c
commit 7280e5d494
10 changed files with 64 additions and 102 deletions
@@ -58,11 +58,12 @@
overflow: auto !important;
.media-content{
height: fit-content !important;
height: 100% !important;
overflow: auto !important;
img{
width: fit-content !important;
height: 100% !important;
max-height: 500px;
}
}
}
@@ -72,6 +73,12 @@
.media {
.media-content{
height: 100% !important;
img{
width: fit-content !important;
max-height: 555px;
}
}
}
}