diff options
author | luxagraf <sng@luxagraf.net> | 2023-05-07 11:45:19 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2023-05-07 11:45:19 -0400 |
commit | c80d34f99c97563a520f9bee8acf00b56107afc5 (patch) | |
tree | 9c6dd71ef57b88d91232b187268d02b82eeae094 /app | |
parent | def59808f7ea8e0d1a1aaf96195c410e85ac197e (diff) |
films: small design tweak in list view
Diffstat (limited to 'app')
-rw-r--r-- | app/posts/templates/posts/film_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/posts/templates/posts/film_list.html b/app/posts/templates/posts/film_list.html index 1e01e5b..b6e5c82 100644 --- a/app/posts/templates/posts/film_list.html +++ b/app/posts/templates/posts/film_list.html @@ -7,7 +7,7 @@ @media screen and (min-width: 736px) { .square-image-wrapper{ width: 140px; - height: 93px; + height: 91px; float: left; border: 3px solid #666; margin-top: 6px; |