diff options
author | akshay | 2025-05-07 09:07:37 +0530 |
---|---|---|
committer | GitHub | 2025-05-07 09:07:37 +0530 |
commit | b9bb9d074c8b52ac6fc0f423049c42293445c4e8 (patch) | |
tree | 3d9bd6c52acef0e56682c712b6be40db70641cd8 | |
parent | 4a975b36ea206c49c469e6769d02742d122d812f (diff) | |
download | gui_hackathon-b9bb9d074c8b52ac6fc0f423049c42293445c4e8.tar.gz gui_hackathon-b9bb9d074c8b52ac6fc0f423049c42293445c4e8.tar.bz2 gui_hackathon-b9bb9d074c8b52ac6fc0f423049c42293445c4e8.zip |
Update results.astro
-rw-r--r-- | src/pages/results.astro | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/pages/results.astro b/src/pages/results.astro index 6e55259..2c2224d 100644 --- a/src/pages/results.astro +++ b/src/pages/results.astro @@ -5,11 +5,12 @@ import Card from '../components/Card.astro'; --- <Layout title="GUI Hackathon"> -<div class="text-[#4d0081] border-b-4 border-sky-100 background-url mt-10" id ="result"> +<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> -<table> -<thead> +<div class="relative overflow-x-auto"> +<table class="text-xl"> +<thead class="uppercase"> <tr> <th>Sr. No.</th> <th>Name</th> |