diff --git a/Css/download.css b/Css/download.css index 5f1c2f8..c9a8a1d 100644 --- a/Css/download.css +++ b/Css/download.css @@ -14,9 +14,10 @@ html { font-size: 12pt; font-family: Poppins, Segoe UI, "Tahoma", Verdana, sans-serif; - scroll-behavior: smooth; } + + nav { height: 90px; @@ -322,4 +323,8 @@ footer { flex-wrap: wrap; } + } + + html { + scroll-behavior: smooth; } \ No newline at end of file diff --git a/Css/index.css b/Css/index.css index 38d28bd..2d2083a 100644 --- a/Css/index.css +++ b/Css/index.css @@ -13,7 +13,6 @@ html { font-size: 12pt; font-family: Poppins, Segoe UI, "Tahoma", Verdana, sans-serif; - scroll-behavior: smooth; } @@ -594,4 +593,8 @@ footer { flex-wrap: wrap; } +} + +html { + scroll-behavior: smooth; } \ No newline at end of file