fix imagegrid for chromium/blink browsers

This commit is contained in:
Rupus Reinefjord 2018-03-28 11:29:17 +02:00
parent e855b5e35a
commit 2b92e013a4

View file

@ -87,6 +87,8 @@ nav ul {
}
.photo-grid img {
max-width: none;
max-height: none;
width: 200px;
height: 200px;
overflow: hidden;