diff options
author | akshay | 2025-05-07 09:10:05 +0530 |
---|---|---|
committer | GitHub | 2025-05-07 09:10:05 +0530 |
commit | 6ccc50878a4a6e6efe066828ff26e55c19680733 (patch) | |
tree | d395d8e8c09d07836a974d1fbd4155e401c163d8 | |
parent | b9bb9d074c8b52ac6fc0f423049c42293445c4e8 (diff) | |
download | gui_hackathon-6ccc50878a4a6e6efe066828ff26e55c19680733.tar.gz gui_hackathon-6ccc50878a4a6e6efe066828ff26e55c19680733.tar.bz2 gui_hackathon-6ccc50878a4a6e6efe066828ff26e55c19680733.zip |
Update results.astro
-rw-r--r-- | src/pages/results.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/results.astro b/src/pages/results.astro index 2c2224d..1f5a241 100644 --- a/src/pages/results.astro +++ b/src/pages/results.astro @@ -9,7 +9,7 @@ import Card from '../components/Card.astro'; <h1 class="text-4xl font-bold item-center text-center section-title">Results</h1> </div> <div class="relative overflow-x-auto"> -<table class="text-xl"> +<table class="text-xl mt-5 mb-10"> <thead class="uppercase"> <tr> <th>Sr. No.</th> |