From 0c2982d0e84693be8c39a2492a916f912c6bd384 Mon Sep 17 00:00:00 2001 From: it00147 Date: Wed, 26 Nov 2025 13:15:56 +0000 Subject: [PATCH] Modified CSS --- static/myip.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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; +}