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 {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
z-index: 22;
}
.shortHeight {
max-height: 800px;
max-height: 680px;
}

View File

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