From 6b0f15574df82a7e75c36f27c4aa89e92b38da65 Mon Sep 17 00:00:00 2001 From: Peter Kos Date: Fri, 11 Dec 2020 02:03:18 -0500 Subject: [PATCH] Links added; smooth scroll on link click too! Signed-off-by: Peter Kos --- index.html | 9 ++++----- sass/main.scss | 4 ++++ 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 50e71972f..38571c925 100644 --- a/index.html +++ b/index.html @@ -30,11 +30,10 @@ - GENERAL - SCHEDULE - FAQ - SPONSORS - ABOUT US + GENERAL + FAQ + SCHEDULE + ABOUT US
LOGIN diff --git a/sass/main.scss b/sass/main.scss index 5a7f190e3..d0613b155 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -76,6 +76,10 @@ $event-count: 6; } +html { + scroll-behavior: smooth; +} + body { background-color: $light-blue; }