Skip to content

Commit

Permalink
fixed broken mobile input alnignment
Browse files Browse the repository at this point in the history
  • Loading branch information
thilobillerbeck committed Nov 15, 2023
1 parent c8a06c2 commit 3f98be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/Input.astro
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const { color = "nixdarkblue", size = "lg", icon = null, placeholder = "", name
"text-nixdarkblue placeholder-grey-200": color === "nixdarkblue",
"border-white text-white placeholder-nixlighterblue bg-transparent": color === "white",
"py-3 pl-4 md:pl-11 pr-4 md:w-96 border-2": size === "lg",
"px-10 pl-11 py-2 w-full border-1": size === "sm-full"
"px-4 md:px-10 md:pl-11 py-2 w-full border-1": size === "sm-full"
}]}
name={name}
placeholder={placeholder}
Expand Down

0 comments on commit 3f98be0

Please sign in to comment.