Skip to content

Commit

Permalink
Add mobile first spacing to hero header. (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmartinez287 authored Oct 13, 2023
1 parent 15deddd commit e96ca0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import AnimatedTerminal from "./AnimatedTerminal.astro"
import { CloudIcon } from "@heroicons/react/24/solid/index.js"
---

<div class="mt-12 pt-24 pb-32 relative overflow-x-hidden">
<div class="mt-2 pt-8 sm:mt-12 sm:pt-24 pb-32 relative overflow-x-hidden">
<div class="z-10 max-w-4xl mx-auto relative">
<div class="max-w-2xl px-6 lg:px-0">
<h1 class="text-5xl font-bold dark:text-white">
Expand Down

0 comments on commit e96ca0f

Please sign in to comment.