diff --git a/static/custom.css b/static/custom.css index 02dd0e4..f6cb3e0 100644 --- a/static/custom.css +++ b/static/custom.css @@ -51,6 +51,11 @@ nav { } +img { + height: auto; + width:100%; +} + nav .container { display: flex; justify-content: space-between;