From 66caa9f870dbf7a6c4fb14827761942031b1cf0c Mon Sep 17 00:00:00 2001 From: hellekin Date: Sat, 6 Jan 2018 10:46:53 +0100 Subject: Allow passing ?lang=en to switch to English (or fr for French) --- assets/scss/home.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'assets/scss') diff --git a/assets/scss/home.scss b/assets/scss/home.scss index 1641c7d..456f111 100644 --- a/assets/scss/home.scss +++ b/assets/scss/home.scss @@ -23,6 +23,7 @@ body { background: rgba(173, 151, 56, 0.68); color: #f3f0e4; font-family: Abel, 'Open Sans', sans-serif; + scroll-behavior: smooth; :visited { text-decoration: underline; -- cgit v1.2.3