Skip to content

Commit

Permalink
fix: margin between heading and container (#2954)
Browse files Browse the repository at this point in the history
button width on smaller screens
  • Loading branch information
pavanjoshi914 authored Dec 22, 2023
1 parent 72058a0 commit ca8fe9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/router/Welcome/Welcome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function Layout() {
return (
<div className="flex justify-center items-center min-h-screen">
<div className="w-full">
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 mb-4">
<div className="text-center font-serif font-medium text-2xl mt-8 dark:text-white">
<p>
{t("welcome.title")}
Expand Down
1 change: 0 additions & 1 deletion src/app/screens/connectors/ConnectAlby/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ export default function ConnectAlby() {
disabled={loading}
primary
flex
className="w-64"
onClick={connectAlby}
/>
);
Expand Down

0 comments on commit ca8fe9b

Please sign in to comment.