diff --git a/static/style.css b/static/style.css index 36b94b3..404f568 100644 --- a/static/style.css +++ b/static/style.css @@ -73,4 +73,13 @@ form { body a { color: #65c2de; } -}*/ \ No newline at end of file +}*/ + +/* -- gallery ----------------------------------------------------------- */ + +.gallery img { + object-fit: cover; + width: 200px; + height: 200px; +} +