From 394946234da32401fdf0796a29a8a3a476590882 Mon Sep 17 00:00:00 2001 From: RochesterX Date: Wed, 26 Nov 2025 23:31:13 -0500 Subject: [PATCH] Style 2 --- public/assets/css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/assets/css/style.css b/public/assets/css/style.css index b53c2af..3a032e5 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -17,6 +17,8 @@ body { .header { grid-area: header; + margin-left: 20px; + margin-right: 20px; display: flex; flex-direction: row; height: 100px; @@ -37,6 +39,7 @@ body { flex-direction: row; align-items: center; justify-content: flex-end; + gap: 10px; } .nw { @@ -57,9 +60,10 @@ body { .box { border: 2px solid #AAAAAA; - border-radius: 10px; + border-radius: 16px; margin: 4px; padding: 12px; + padding-top: 6px; display: flex; flex-direction: column; justify-content: flex-start;