From 1cf3c3004bcab354d4a02f4354b0762aa8710836 Mon Sep 17 00:00:00 2001 From: Rumperuu Date: Thu, 20 Oct 2022 15:49:24 +0000 Subject: [PATCH] Add padding --- public/css/app.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/css/app.css b/public/css/app.css index 8b997c3..9aeaa68 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -60,13 +60,13 @@ details h2 { .other-links li { background-color: #5adefc; float: left; - margin-right: 1.5em; + margin-left: 1.5em; border: 2px solid white; border-radius: 1em; } .other-links li:first-of-type { - margin-right: 0; + margin-left: 0; } .other-links li:hover { @@ -113,6 +113,7 @@ details h2 { grid-column-start: 1; grid-column-end: 3; border-top: 5px solid black; + padding: 0 1em; } .checkin {