diff --git a/static/css/style.css b/static/css/style.css index ac6b837..5930e3f 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -14,6 +14,7 @@ img { max-width: 100%; + max-height: 100%; vertical-align: middle; } @@ -80,7 +81,8 @@ nav ul { } .photo-grid img { - max-height: 220px; + max-height: 200px; + border-radius: 5px; } .view-image { @@ -180,8 +182,4 @@ textarea { main { grid-column: 2; } - - .photo-grid { - justify-content: left; - } } diff --git a/templates/base.html b/templates/base.html index 648c3a3..c496536 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,9 +5,6 @@