From 0fd7a2394da322d37f03c15e1ec23827f7700091 Mon Sep 17 00:00:00 2001 From: Marvin Kubiak Date: Wed, 10 Mar 2021 23:56:14 +0100 Subject: added litte bit of padding, so the type doesn't touch the browser's frame --- src/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/style.css b/src/style.css index 5ce9612..d546860 100644 --- a/src/style.css +++ b/src/style.css @@ -1,6 +1,7 @@ body { max-width: 800px ; margin: auto ; + padding: 0 16px ; margin-bottom: 500px ; } -- cgit v1.2.3