Commit a84f8fce authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

detail page: limit image height

parent a19196ce
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -23,8 +23,13 @@ div.image-container img {
	max-height: 250px;
}

div.image-page {
	text-align: center;
}

div.image-page img {
	max-width: 100%;
	max-width: 98vw;
	max-height: 90vh;
}

div.image-details {