Skip to content

Commit

Permalink
spacing between sections
Browse files Browse the repository at this point in the history
  • Loading branch information
devsisingh committed Oct 20, 2023
1 parent d39f3d0 commit 9376b1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ <h1 class="text-lg capitalize font-bold mb-4">
<!-- Companies -->
<section class="bg-black p-10 py-32">
<h1 class="text-white max-w-[1200px] mx-auto text-center text-5xl font-semibold mb-16 lg:w-1/2 w-full">NFT Deployment Options </h1>
<div class="flex shrink-0 grow-0 max-w-[1400px] flex-wrap xl:flex-nowrap mx-auto justify-center">
<div class="flex shrink-0 grow-0 max-w-[1400px] flex-wrap xl:flex-nowrap mx-auto justify-center lg:mt-32">

<!-- <a href="https://linea.build/" target="_blank"
class="m-4 p-4 rounded-2xl w-[200px] h-[200px] flex grow-0 shrink-0 items-center justify-center border">
Expand Down Expand Up @@ -911,8 +911,8 @@ <h1 class="text-white max-w-[1200px] mx-auto text-center text-5xl font-semibold
<!-- end of companies -->

<section class="text-white bg-black p-4" id="pricing">
<h1 class="text-white max-w-[1200px] mx-auto text-center text-5xl font-semibold mb-16 lg:w-1/2 w-full">Pricing</h1>
<div class="lg:flex justify-between mx-auto lg:mt-32">
<h1 class="text-white max-w-[1200px] mx-auto text-center text-5xl font-semibold mb-16 lg:w-1/2 w-full lg:mt-32">Pricing</h1>
<div class="lg:flex justify-between mx-auto lg:mt-36">
<div class="lg:w-full lg:grid grid-cols-2 gap-6 mx-auto">
<div class="bg-[#141414] py-10 px-8 rounded-3xl mb-6 lg:mb-0 border-[1px] border-[#202020]">
<h1 class="text-7xl font-bold text-center">Basic</h1>
Expand Down Expand Up @@ -953,7 +953,7 @@ <h1 class="text-7xl font-bold text-center">Pro</h1>
</section>

<section class="bg-black py-20" id="testimonials">
<h1 class="text-white max-w-[1200px] mx-auto text-center text-5xl font-semibold mb-16 lg:w-1/2 w-full">Testimonials</h1>
<h1 class="text-white max-w-[1200px] mx-auto text-center text-5xl font-semibold mb-16 lg:w-1/2 w-full lg:mt-32">Testimonials</h1>
<!-- Slideshow container -->
<div class="slideshow-container">

Expand Down

0 comments on commit 9376b1e

Please sign in to comment.