Skip to content

Commit

Permalink
fix space home page good
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarts74 committed Jul 15, 2024
1 parent dc0877c commit 25fdf5a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
</ul>
<div class="grid grid-cols-1 mt-24 md:grid-cols-2 lg:mt-0 lg:mb-8 gap-4 h-full">
<div class="w-full lg:mt-[30%] md:mt-[140%] sm:mt-[60%] lg:ml-24 h-[80%]">
<!-- <div class="animation-container">
<div class="animation-container">
<canvas id="canvas">
</canvas>
</div> -->
</div>

<div class="flex ml-12 md:ml-16 lg:ml-16">
<h1 class="lg:text-[24px] md:text-[18px] text-black mr-2">ALEXANDRE</h1>
Expand Down Expand Up @@ -47,6 +47,10 @@ <h4 class="pres text-[18px] font-manrope-ultra-light font-bold text-black pr-4 m
</ul>
<div class="grid grid-cols-1 mt-24 md:grid-cols-2 lg:mt-0 lg:mb-8 gap-4 h-full">
<div class="w-full lg:mt-[30%] md:mt-[140%] sm:mt-[60%] lg:ml-24 h-[80%]">
<div class="animation-container">
<canvas id="canvas">
</canvas>
</div>
<div class="flex ml-12 md:ml-16 lg:ml-16">
<h1 class="lg:text-[24px] md:text-[18px] text-black mr-2">ALEXANDRE</h1>
<h1 class="lg:text-[24px] md:text-[18px] text-black">ARTUS</h1>
Expand Down

0 comments on commit 25fdf5a

Please sign in to comment.