From 0872173080ba3474aaf8052eb7a3a74a1bb46d94 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 2 Jun 2024 13:00:44 +0200 Subject: [PATCH] added margin --- src/App.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.css b/src/App.css index 48023ee..c0735a3 100644 --- a/src/App.css +++ b/src/App.css @@ -60,7 +60,8 @@ font-size: 15px; letter-spacing: 1.2px; font-family: "Assistant", sans-serif; - border: 1px solid transparent; + border: 1px solid #f8f5ee; + margin-top: 4px; } .show-more-button:hover {