From 412d56e10f9704be032d335c46ea854d6d76a011 Mon Sep 17 00:00:00 2001 From: PEGeoffroy Date: Mon, 16 Sep 2019 17:09:06 +0200 Subject: [PATCH] adjust img proportion --- css/theme.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/theme.css b/css/theme.css index 1dbf004..176baa3 100644 --- a/css/theme.css +++ b/css/theme.css @@ -59,6 +59,11 @@ body { text-decoration: none; } +header img{ + max-height: 100%; + width: auto; +} + #title{ display: flex; flex-direction: column;