From 6b746dc647ca57343829ffc43f75ebbaad39c875 Mon Sep 17 00:00:00 2001 From: Sudhakar Rayavaram Date: Wed, 7 Aug 2024 17:53:06 +0530 Subject: [PATCH] fix: styling changes for mobile view --- assets/css/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/css/styles.css b/assets/css/styles.css index 232081b..c4d7995 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -420,6 +420,7 @@ textarea { .footer a { text-decoration: none; color: #1c3f3a; + border-bottom: 1px solid #1c3f3a; } .footer .heart { @@ -428,7 +429,7 @@ textarea { @media (max-width: 768px) { .header > div { - padding: 16px 24px; + padding: 8px 16px; } /* .header button {