From 73701c54ec066915769f5389e52149c78de4ed5b Mon Sep 17 00:00:00 2001 From: Alvie Rahman Date: Fri, 28 Jan 2022 02:11:08 +0000 Subject: [PATCH] add padding to end screen --- styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles.css b/styles.css index 4c6e3b5..6bf3f99 100644 --- a/styles.css +++ b/styles.css @@ -116,6 +116,7 @@ body { width: 100vw; top: 0; left: 0; + padding: 1em; display: flex; flex-direction: column; justify-content: center;