Skip to content

Commit

Permalink
fix: center ferris
Browse files Browse the repository at this point in the history
  • Loading branch information
gxskpo committed Oct 13, 2024
1 parent 92b619c commit 4080bac
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/sections/Intro.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ import Clickable from "@components/Clickable.astro";
import discord_svg from "@assets/discord.svg";
---

<div class="flex flex-col items-center justify-center gap-2 p-3">
<img src="./ferris.png" />
<div class="flex flex-col items-center justify-center gap-2 p-3 min-h-screen">
<div class="flex items-center justify-center">
<img src="./ferris.png" />
</div>

<h1 class="text-6xl">Rust Lang</h1>
<h4>Un espacio seguro</h4>
<h3>En Español</h3>
Expand Down

0 comments on commit 4080bac

Please sign in to comment.