From adb47b9e9a0886f6bb091c525df954821ab4504a Mon Sep 17 00:00:00 2001 From: erichhasl Date: Wed, 11 Jul 2018 21:24:54 +0200 Subject: [PATCH] fix image stretching --- web_dev/sas_web/static/public/css/header.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web_dev/sas_web/static/public/css/header.css b/web_dev/sas_web/static/public/css/header.css index 9347053..ad8752b 100644 --- a/web_dev/sas_web/static/public/css/header.css +++ b/web_dev/sas_web/static/public/css/header.css @@ -1,6 +1,10 @@ html { background-color: white; } +img { + max-width: 100%; + height: auto; +} #logo { width: 90%; padding-left: 2%;