Skip to content

Commit

Permalink
px-5 became px-4 for CSS to work
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaz committed Apr 27, 2024
1 parent b228362 commit 859ca8b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
</div>
</div>
</div>
<div class="bg-black text-white px-5" id="about">
<div class="bg-black text-white px-4" id="about">
<div class="py-16 md:py-32 md:w-5/6 mx-auto text-mild">
<p class="text-white font-mono2 lowercase py-10">FULL-STACK PRIVACY IS HERE</p>
<div class="markdown multiline">
Expand All @@ -98,7 +98,7 @@
</div>
</div>
</div>
<div class="bg-black text-white px-5" id="speakers">
<div class="bg-black text-white px-4" id="speakers">
<div class="section-header">Speakers</div>
<div class="mx-auto">
<div class="grid gap-4 grid-cols-2 md:grid-cols-3 lg:grid-cols-5">
Expand Down Expand Up @@ -416,7 +416,7 @@
</div>
<div class="text-supermild mt-6">We keep adding more and more speakers, stay tuned ...</div>
</div>
<div class="bg-black text-white px-5" id="topics">
<div class="bg-black text-white px-4" id="topics">
<div class="section-header">Main Topics</div>
<div class="mx-auto">
<div class="grid gap-4 grid-cols-2 md:grid-cols-3 lg:grid-cols-5">
Expand Down Expand Up @@ -555,7 +555,7 @@
</div>
</div>
</div>
<div class="bg-black text-white px-5" id="hosts">
<div class="bg-black text-white px-4" id="hosts">
<div class="section-header">Hosts</div>
<div class="mx-auto">
<div class="grid gap-4 grid-cols-2 md:grid-cols-3 lg:grid-cols-5">
Expand Down Expand Up @@ -619,7 +619,7 @@
</div>
</div>
</div>
<div class="bg-black text-white px-5" id="sponsors">
<div class="bg-black text-white px-4" id="sponsors">
<div class="section-header">Partners</div>
<div class="pb-6 text-xl">Thanks to our partners we are able to make this event free for all</div>
<div class="section-header">MEMBERS</div>
Expand Down Expand Up @@ -895,7 +895,7 @@
</div>
</div>
</div>
<div class="bg-black text-white px-5" id="program">
<div class="bg-black text-white px-4" id="program">
<div class="section-header">Program</div>
<div class="program xl:flex gap-10 xl:gap-4">
<div class="w-auto mb-10 xl:mb-0 mx-auto">
Expand Down Expand Up @@ -1122,11 +1122,11 @@
</div>
</div>
</div>
<div class="bg-black text-white px-5" id="ticket">
<div class="bg-black text-white px-4" id="ticket">
<div class="section-header">Ticket</div>
<div class="mb-8 text-mild">We are grateful to our Sponsors and Partners for allowing us to offer this event free of charge. If you wish to support the Web3Privacy research efforts and future events please consider donating via the addresses below</div>
<div class="grid lg:grid-cols-2 gap-10 mx-auto">
<div class="ticket-item undefined border py-10 px-10 hover:bg-white hover:text-black">
<div class="ticket-item undefined border py-6 px-6 hover:bg-white hover:text-black">
<div class="ticket-bg"></div>
<div class="ticket-img"></div>
<div style="z-index: 1;">
Expand All @@ -1144,7 +1144,7 @@
</ul>
</div>
</div>
<div class="ticket-item undefined border py-10 px-10 hover:bg-white hover:text-black">
<div class="ticket-item undefined border py-6 px-6 hover:bg-white hover:text-black">
<div class="ticket-bg"></div>
<div class="ticket-img"></div>
<div style="z-index: 2;">
Expand Down Expand Up @@ -1176,7 +1176,7 @@
</div>
</div>
</div>
<div class="bg-black text-white px-5" id="faq">
<div class="bg-black text-white px-4" id="faq">
<div class="section-header">FAQ</div>
<div class="mx-auto">
<div class="grid gap-4 grid-cols-2 md:grid-cols-3 lg:grid-cols-5">
Expand Down

0 comments on commit 859ca8b

Please sign in to comment.