From 597f5137ee55cfaf0713008d76d485ef1b5ed309 Mon Sep 17 00:00:00 2001 From: Suchitra Sahoo <123376847+Suchitra-Sahoo@users.noreply.github.com> Date: Thu, 1 Aug 2024 10:05:54 +0530 Subject: [PATCH] Revert "Enhanced Separation in Quick Links Section" --- style.css | 29 +++++++---------------------- 1 file changed, 7 insertions(+), 22 deletions(-) diff --git a/style.css b/style.css index fa01243..0affd44 100644 --- a/style.css +++ b/style.css @@ -1967,44 +1967,29 @@ font-size: 36px; } .quick-links { - text-align: center; - width: 80vw; - padding: 20px; -} - -.quick-links p { + text-align: center; + width: 50vw; + padding: 20px; + p{ font-weight: bold; } +} .quick-links h2 { - font-size: 15px; + font-size: 20px; margin-bottom: 15px; } - .quick-links ul { list-style-type: none; padding: 0; display: flex; align-items: center; justify-content: space-between; - margin: 0; } .quick-links li { - position: relative; /* To position the vertical line */ - padding: 0 20px; /* Add horizontal padding to create space for the vertical line */ -} - -.quick-links li:not(:last-child)::after { - content: "|"; - position: absolute; - right: 0; - top: 50%; - transform: translateY(-50%); - color: #fff; - font-size: 1.5rem; - padding-left: 10px; + margin-bottom: 8px; } .quick-links a {