diff options
author | akshay | 2025-05-07 09:32:30 +0530 |
---|---|---|
committer | GitHub | 2025-05-07 09:32:30 +0530 |
commit | bf3996cae9514c3a28722bc5163ead69a7352db7 (patch) | |
tree | 6bf4f00df34bd46cd48e3168e7144843972b9634 | |
parent | 7c25e69b839922586a12873e818e13778ce9f9c9 (diff) | |
download | gui_hackathon-bf3996cae9514c3a28722bc5163ead69a7352db7.tar.gz gui_hackathon-bf3996cae9514c3a28722bc5163ead69a7352db7.tar.bz2 gui_hackathon-bf3996cae9514c3a28722bc5163ead69a7352db7.zip |
Update results.astro
-rw-r--r-- | src/pages/results.astro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/results.astro b/src/pages/results.astro index 1f5a241..a72e43c 100644 --- a/src/pages/results.astro +++ b/src/pages/results.astro @@ -8,8 +8,8 @@ import Card from '../components/Card.astro'; <div class="text-[#4d0081] background-url mt-10" id ="result"> <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 mt-5 mb-10"> +<div class="relative overflow-x-auto mt-5 mb-10 pb-10"> +<table class="text-xl "> <thead class="uppercase"> <tr> <th>Sr. No.</th> |