Skip to content

Commit

Permalink
fix: spacing to hero
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorien Grönwald committed Jun 11, 2024
1 parent d466463 commit 93145f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tsx/components/sections/DashboardPreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import dashboardAnimation from "../../../json/dashboardAnimation.json"

function DashboardPreview() {
return (
<section className="my-28 px-4 max-w-208 mx-auto md:px-6 lg:my-36 xl:max-w-screen-lg xl:my-44">
<article className="mb-8 g:mb-14 lg:text-center">
<section className="mb-28 px-4 max-w-208 mx-auto md:px-6 lg:mb-36 xl:max-w-screen-lg xl:mb-44">
<article className="mb-8 g:mb-14 md:text-center">
<h2 className="font-lato font-bold text-2xl mb-6 lg:text-3xl">
Fundierte Handlungsempfehlungen<br/>
zur Bewässerung auf einen Blick:
Expand Down

0 comments on commit 93145f2

Please sign in to comment.