Adjust single image display

This commit is contained in:
Bojan Mojsilovic 2023-12-26 15:29:04 +01:00
parent 4e99b80222
commit d83fc77200
2 changed files with 5 additions and 6 deletions

View File

@ -1,11 +1,9 @@
.noteImage { .noteImage {
display: block; display: block;
width: 100%;
height: 100%;
object-fit: cover; object-fit: cover;
z-index: 22; z-index: 22;
} }
.shortHeight { .shortHeight {
max-height: 800px; max-height: 680px;
} }

View File

@ -176,9 +176,10 @@ a {
overflow: hidden; overflow: hidden;
grid-gap: 2px; grid-gap: 2px;
// img { img {
// border-radius: 0 !important; width: 100%;
// } height: 100%;
}
&.grid-2 { &.grid-2 {
grid-template-columns: 1fr 1fr; grid-template-columns: 1fr 1fr;