From 4880db93780830e6895a5cdd6a791e5fc7653e26 Mon Sep 17 00:00:00 2001 From: Xi Zhang Date: Mon, 18 Sep 2023 10:15:29 +0200 Subject: [PATCH] Improve layout --- public/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/style.css b/public/style.css index 5530df9..b1e876a 100755 --- a/public/style.css +++ b/public/style.css @@ -7,6 +7,10 @@ header { text-align: center; } +body { + margin: 1em; +} + @media screen and (min-width: 16em) and (max-width: 25em) { article { display: flex;