# HG changeset patch # User Goffi # Date 1556357530 -7200 # Node ID f1188ce8dd17a4928e405409703a95e7d4b032de # Parent db2e11c4508278f8de3321ce0b0c6bc673e752fa css (photo): fixed width on small screens (mobiles) for album__item diff -r db2e11c45082 -r f1188ce8dd17 sat_templates/templates/default/static/photo.css --- a/sat_templates/templates/default/static/photo.css Sat Apr 27 11:31:04 2019 +0200 +++ b/sat_templates/templates/default/static/photo.css Sat Apr 27 11:32:10 2019 +0200 @@ -5,7 +5,8 @@ .album__item { width: 400px; - margin: 0 0.1em 2em 0.1em; + max-width: 100%; + margin: 0 0.1em 2em 0.1em; } .album__vignette {