From ae6af708bc556c9f1cc787f752ec642953b657a5 Mon Sep 17 00:00:00 2001 From: 100nuparmar349 Date: Sun, 13 Oct 2024 22:52:57 +0530 Subject: [PATCH 1/2] Changes in index.html --- index.html | 2 +- style.css | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 4f1773b..c4fe062 100644 --- a/index.html +++ b/index.html @@ -509,7 +509,7 @@

Shop From The Gram

-

Have a feedback?   Click here to provide feedback

+ diff --git a/style.css b/style.css index c8f5bdf..e4a5d43 100644 --- a/style.css +++ b/style.css @@ -1445,3 +1445,17 @@ ul { padding: 0; margin: 0; } + +.feedback-sub{ + display: flex; + justify-content: center; + align-items: center; +} + +.feedback-sub a{ + font-size:medium; + font-weight: 500; + padding: 5px; + + +} \ No newline at end of file From f92e6a0ce7bbba3c5db02e914994a6ad87213af2 Mon Sep 17 00:00:00 2001 From: 100nuparmar349 Date: Sun, 13 Oct 2024 23:15:38 +0530 Subject: [PATCH 2/2] fix #380 --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index e4a5d43..c363e90 100644 --- a/style.css +++ b/style.css @@ -1142,10 +1142,12 @@ main{ } .tabs { - position: relative; + display: flex; list-style-type: none; border: 2px solid black !important; + justify-content: center; + align-items: center; border-radius: 999px; background-color: white; padding: 0;