mirror of
https://github.com/runyanjake/jakesphotos.git
synced 2025-10-05 07:57:29 -07:00
Fix spacing in gallery
This commit is contained in:
parent
7b8da1d734
commit
ee7f06597d
@ -6,11 +6,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.gallery-photo {
|
.gallery-photo {
|
||||||
margin: 0.2vw;
|
margin: 0.66%;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
display: block;
|
display: block;
|
||||||
height: auto;
|
height: auto;
|
||||||
max-width: 32vw; /* Do not mix with max-height! */
|
width: calc(32%);
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user