Skip to content

Commit e82867e

Browse files
committed
🐛 FIX: jsutigy
1 parent 2b35bd1 commit e82867e

File tree

1 file changed

+1
-1
lines changed
  • apps/baseai.dev/src/components/home

1 file changed

+1
-1
lines changed

apps/baseai.dev/src/components/home/hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function Content() {
5555
>
5656
<div className="text-left lg:max-w-[60%]">
5757
<div className="text-center text-sm lg:text-left 2xl:text-[1vw] 2xl:leading-[1.5vw]">
58-
<div className="flex items-center">
58+
<div className="flex items-center justify-center lg:justify-start">
5959
<div className="mr-4 hidden size-4 rounded-full bg-muted-foreground/70 sm:block"></div>
6060
<span className="text-sm text-muted-foreground/70 2xl:text-[1vw] 2xl:leading-[1vw]">
6161
<strong className="mr-2 text-white">

0 commit comments

Comments
 (0)