diff --git a/static/myip.css b/static/myip.css index f258416..c3f958e 100644 --- a/static/myip.css +++ b/static/myip.css @@ -34,4 +34,14 @@ body { font-size: 0.95rem; color: #101F2D; margin: 0.2rem 0; -} \ No newline at end of file +} +/* Logo ridimensionato correttamente */ +.logo { + max-width: 260px; + max-height: 100px; + width: auto; + height: auto; + object-fit: contain; + margin-bottom: 1.5rem; + display: block; +}