diff --git a/static/css/style.css b/static/css/style.css index 01279e0..9f2e8cb 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -34,6 +34,11 @@ body { justify-content: center; } +img { + max-width: 100%; + max-height: 100%; +} + header h1 { text-align: center; }