We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 650e22e commit d7d746aCopy full SHA for d7d746a
components/Sponsors/index.tsx
@@ -8,7 +8,10 @@ const Sponsors = () => {
8
'xl:p-16 p-10 flex justify-center items-center xl:col-span-3 sm:col-span-5 col-span-10 xl:row-start-2 xl:row-end-3 sm:row-start-4 sm:row-end-5 sm:h-auto h-36';
9
10
return (
11
- <section className="flex flex-col min-h-screen py-8 xl:px-24 sm:px-10 px-8 relative mt-20" id="sponsors">
+ <section
12
+ className="flex flex-col min-h-screen py-8 xl:px-24 sm:px-10 px-8 relative mt-20"
13
+ id="sponsors"
14
+ >
15
<div className="text-center">
16
<p className="text-[#3977F8] font-game text-xl">04</p>
17
<h2 className="font-bold text-6xl">SUPPORT CSESOC</h2>
0 commit comments