From 61c4b8b717c8ef537ca59349113169a30b0933d2 Mon Sep 17 00:00:00 2001 From: MickSlash Date: Sun, 12 Jul 2020 12:48:49 +0200 Subject: [PATCH] #Fixed Profile Img --- Src/profilo.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Src/profilo.html b/Src/profilo.html index c30a246..284fb24 100644 --- a/Src/profilo.html +++ b/Src/profilo.html @@ -123,6 +123,11 @@ background-size: auto; } } + @media (max-width: 1360px){ + .profileimg { + height: auto!important; + } + }