Skip to content

Commit

Permalink
Update Styling
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Apr 16, 2024
1 parent 4c4f29d commit ed2a5fc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion web/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const App = () => {
<div className="w-full">
<div className="w-full max-w-xl p-4 mx-auto">
<div className="w-full border rounded-xl p-4 border-dark-border bg-dark-background-primary">
<div className="flex flex-col gap-4">
<div className="">
<p>
Will is going to win, but will you?
</p>
Expand Down
6 changes: 5 additions & 1 deletion web/src/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ html, body {
}

h2 {
@apply text-2xl font-bold text-dark-text-primary;
@apply text-2xl font-bold text-dark-text-primary py-2;
}

p {
@apply py-2;
}

p > a {
Expand Down
1 change: 0 additions & 1 deletion web/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const config = createConfig({
safe(),
],
transports: {
[mainnet.id]: http(),
[base.id]: http(),
},
})
Expand Down

0 comments on commit ed2a5fc

Please sign in to comment.