Skip to content

Commit

Permalink
changed page side padding to px-5
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaz committed Apr 27, 2024
1 parent a4aed69 commit b228362
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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-10" id="about">
<div class="bg-black text-white px-5" 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-10" id="speakers">
<div class="bg-black text-white px-5" 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-10" id="topics">
<div class="bg-black text-white px-5" 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-10" id="hosts">
<div class="bg-black text-white px-5" 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-10" id="sponsors">
<div class="bg-black text-white px-5" 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-10" id="program">
<div class="bg-black text-white px-5" 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,7 +1122,7 @@
</div>
</div>
</div>
<div class="bg-black text-white px-10" id="ticket">
<div class="bg-black text-white px-5" 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">
Expand Down Expand Up @@ -1176,7 +1176,7 @@
</div>
</div>
</div>
<div class="bg-black text-white px-10" id="faq">
<div class="bg-black text-white px-5" 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 b228362

Please sign in to comment.