Skip to content

Commit

Permalink
Update index.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
leomcelroy committed Oct 20, 2023
1 parent 1636f4a commit de14cc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions astro/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ try {
col
half-to-full
overflow-clip h-4/5 border border-black rounded-md min-h-[300px] max-w-[450px] shadow-lg">
<div class="w-100 text-center text-xl bg-[#8cc8fd] text-[#413c3c] p-1">Code an art piece.</div>
<div class="w-100 text-center text-xl bg-[#8cc8fd] text-[#413c3c] p-2 text-[1.4rem]">Code an art piece.</div>
<div class="fill" style="background-position: center; background-repeat: no-repeat; background-size: cover; background-color: white; background-image: url('/landing/code2.webp');"></div>
</div>

Expand All @@ -285,7 +285,7 @@ try {
col
half-to-full
overflow-clip h-4/5 border border-black rounded-md min-h-[300px] max-w-[450px] shadow-lg">
<div class="w-100 text-center text-xl bg-[#8cc8fd] text-[#413c3c] p-1">Get a machine to draw it.</div>
<div class="w-100 text-center text-xl bg-[#8cc8fd] text-[#413c3c] p-2 text-[1.4rem]">Get a machine to draw it.</div>
<div class="fill img-fill" style="background-color: white; background-image: url('/machine.png');"></div>
</div>
</div>
Expand Down

1 comment on commit de14cc4

@vercel
Copy link

@vercel vercel bot commented on de14cc4 Oct 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blot – ./astro

blot.hackclub.dev
blot-git-main.hackclub.dev

Please sign in to comment.