From e6500833332c69a0ae2b8cf6b634e28e475e1cd2 Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Sat, 9 Jul 2022 22:05:46 +0200 Subject: [PATCH] Minor design fixes --- pages/index.tsx | 2 +- styles/globals.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/index.tsx b/pages/index.tsx index 6b2f00d..68838f8 100755 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -56,7 +56,7 @@ const Page: NextPageWithLayout = () => { <>

About

-

I am a full-stack developer (58% backend / 42% frontend ish) with a passion for programming, physics, mathematics and anything *NIX (Linux, UNIX etc) related.

+

I am a full-stack software engineer with a passion for programming, physics, mathematics and anything *NIX (Linux, UNIX etc) related. Currently { new Date().getFullYear() - 2003 } years old.

{/*TODO: Add GitHub code frequency/contrib here*/}
diff --git a/styles/globals.css b/styles/globals.css index f964fd1..6f18dc6 100755 --- a/styles/globals.css +++ b/styles/globals.css @@ -34,6 +34,7 @@ html { background: var(--bg); + scroll-behavior: smooth; } #__next { /*body*/