From 081133574a8d83404d184a9c5bda14f79974f9a1 Mon Sep 17 00:00:00 2001 From: Kumi Date: Sat, 7 Sep 2024 22:02:50 +0200 Subject: [PATCH] style: enhance readability by adding spacing between components Added additional spacing between several components for better separation, improving the overall readability and visual clarity of the page. Updated the body, qr-code-container, card, textarea-container, and footer sections with these adjustments. --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index b3962cf..f07cc0c 100644 --- a/style.css +++ b/style.css @@ -2,17 +2,21 @@ body { padding-top: 50px; background-color: #f8f9fa; } + .qr-code-container { margin-left: auto; margin-right: auto; margin-top: 20px; } + .card { padding: 20px; } + .textarea-container { margin-bottom: 20px; } + footer { background-color: #343a40; color: #fff; @@ -22,6 +26,7 @@ footer { bottom: 0; text-align: center; } + footer a { color: #ffc107; text-decoration: none;