summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorakshay2025-05-07 09:07:37 +0530
committerGitHub2025-05-07 09:07:37 +0530
commitb9bb9d074c8b52ac6fc0f423049c42293445c4e8 (patch)
tree3d9bd6c52acef0e56682c712b6be40db70641cd8
parent4a975b36ea206c49c469e6769d02742d122d812f (diff)
downloadgui_hackathon-b9bb9d074c8b52ac6fc0f423049c42293445c4e8.tar.gz
gui_hackathon-b9bb9d074c8b52ac6fc0f423049c42293445c4e8.tar.bz2
gui_hackathon-b9bb9d074c8b52ac6fc0f423049c42293445c4e8.zip
Update results.astro
-rw-r--r--src/pages/results.astro7
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>