From 42ab36ce809f910b5c07202ee48f397c45ce2e86 Mon Sep 17 00:00:00 2001 From: Luigi_Nitro_V_15 Date: Fri, 1 May 2026 12:03:30 +0200 Subject: [PATCH] - --- content/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/css/style.css b/content/css/style.css index 6f648c2..591fb2c 100644 --- a/content/css/style.css +++ b/content/css/style.css @@ -21,6 +21,12 @@ body { height: 100%; } +html { + scroll-behavior: smooth; /* Rende lo scorrimento fluido */ + scroll-padding-top: 80px; /* Crea uno "spazio di rispetto" in alto per tutta la pagina */ +} + + body { display: flex; flex-direction: column;