square thumbnails, gray photogrid background
to combat hermann illusion
This commit is contained in:
parent
4672a39543
commit
fd84f2e180
1 changed files with 6 additions and 1 deletions
|
@ -82,11 +82,16 @@ nav ul {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-items: center;
|
justify-items: center;
|
||||||
|
background-color: #3a3a3a;
|
||||||
|
padding: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.photo-grid img {
|
.photo-grid img {
|
||||||
max-height: 200px;
|
width: 200px;
|
||||||
|
height: 200px;
|
||||||
|
overflow: hidden;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
.view-image {
|
.view-image {
|
||||||
|
|
Reference in a new issue