comparison sat_templates/templates/default/static/photo.css @ 193:f1188ce8dd17

css (photo): fixed width on small screens (mobiles) for album__item
author Goffi <goffi@goffi.org>
date Sat, 27 Apr 2019 11:32:10 +0200
parents 178f55b825b7
children
comparison
equal deleted inserted replaced
192:db2e11c45082 193:f1188ce8dd17
3 flex-wrap: wrap; 3 flex-wrap: wrap;
4 } 4 }
5 5
6 .album__item { 6 .album__item {
7 width: 400px; 7 width: 400px;
8 margin: 0 0.1em 2em 0.1em; 8 max-width: 100%;
9 margin: 0 0.1em 2em 0.1em;
9 } 10 }
10 11
11 .album__vignette { 12 .album__vignette {
12 background-color: #444; 13 background-color: #444;
13 height: 300px; 14 height: 300px;