Skip to content

Commit

Permalink
Merge pull request #1259 from w3bdesign/1254-increase-hero-width-mobile
Browse files Browse the repository at this point in the history
1254 increase hero width mobile
  • Loading branch information
w3bdesign authored Jul 15, 2024
2 parents cd8eb76 + 8c52d65 commit d21c5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/src/components/common/Button.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { class: className, ...props } = Astro.props;
---

<button
class={`w-28 px-6 py-3 bg-blue-600 text-white font-semibold rounded-md transition-all duration-300 hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-opacity-50 ${className}`}
class={`w-28 px-4 py-2 bg-blue-600 text-white font-semibold rounded-md transition-all duration-300 hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-opacity-50 ${className}`}
{...props}
>
<slot />
Expand Down

0 comments on commit d21c5fb

Please sign in to comment.