From ed6d419b4131cbf80f05ab2013ef01b0221519b5 Mon Sep 17 00:00:00 2001 From: boyska Date: Wed, 29 Jul 2020 00:07:31 +0200 Subject: [PATCH] ottimizzazioni css per connessioni lente --- themes/maya0x17/static/theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/maya0x17/static/theme.css b/themes/maya0x17/static/theme.css index d04b758..ca8e278 100644 --- a/themes/maya0x17/static/theme.css +++ b/themes/maya0x17/static/theme.css @@ -29,4 +29,8 @@ a, a:focus, a:hover, a:visited { color: #bb7652; } } #logo-img { width: 16vw; + /* alloca una dimensione approssimativa prima del rendering + * non sappiamo la dimensione esatta, ma con min-height possiamo indicargli che รจ circa-quadrata + * */ + min-height: 15vw; }