From dc4dc20bee918e324fccb88cbfe8623fd1fb0543 Mon Sep 17 00:00:00 2001 From: LegendCK Date: Wed, 30 Oct 2024 20:14:50 +0530 Subject: [PATCH] Fix: Fixed button UI issue in 'Best Trips Package' and 'Home' Section. --- styles.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/styles.css b/styles.css index 0cb7f489..9018f7cb 100644 --- a/styles.css +++ b/styles.css @@ -3069,6 +3069,21 @@ a:hover::after { background-color: red; } +.trip{ + .view__all{ + a::after{ + bottom: -18px; + } + } +} + +.section__container{ + .header__content{ + a::after{ + bottom: -18px; + } + } +} .categories{ margin-left: auto;