From 69612a13f375865ac5b8f1b1c19de062af57429b Mon Sep 17 00:00:00 2001
From: Jose Manuel Serrano Amaut <a20122128@pucp.pe>
Date: Tue, 7 Mar 2023 00:54:57 -0500
Subject: [PATCH] [REF]: Add scroll-margin-top css rule for all section tags

---
 src/index.css | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/index.css b/src/index.css
index 7a599d2..0c7087f 100644
--- a/src/index.css
+++ b/src/index.css
@@ -12,6 +12,10 @@ code {
     monospace;
 }
 
- a {
+a {
   color: rgb(0, 121, 244);
-} 
\ No newline at end of file
+}
+
+section {
+  scroll-margin-top: 64px;
+}
\ No newline at end of file
-- 
GitLab