From 8ef918222c285f64bec6e7a14c7cb0df250b9b1d Mon Sep 17 00:00:00 2001 From: LarsVomMars Date: Sat, 20 Feb 2021 18:56:52 +0100 Subject: Some style fixes --- profile/public/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'profile/public/style.css') diff --git a/profile/public/style.css b/profile/public/style.css index 1fc5a9d..c7c8edb 100644 --- a/profile/public/style.css +++ b/profile/public/style.css @@ -35,8 +35,8 @@ select { } img { - max-width: 80%; - max-height: 80%; + max-width: 50%; + max-height: 50%; } @media only screen and (max-width: 600px) { @@ -140,6 +140,7 @@ img { position: absolute; display: none; max-width: 600px; + max-height: 600px; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); -- cgit v1.2.3