square thumbnails, gray photogrid background

to combat hermann illusion
This commit is contained in:
Rupus Reinefjord 2018-03-28 10:57:05 +02:00
parent 4672a39543
commit fd84f2e180

View file

@ -82,11 +82,16 @@ nav ul {
justify-content: center;
align-items: center;
justify-items: center;
background-color: #3a3a3a;
padding: 2rem;
}
.photo-grid img {
max-height: 200px;
width: 200px;
height: 200px;
overflow: hidden;
border-radius: 5px;
object-fit: cover;
}
.view-image {