Skip to content

Commit

Permalink
fix responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
ordinalspractice committed Jan 20, 2025
1 parent 76873f3 commit 4c0734c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function App() {
<main className="w-full">
<div className="w-[95%] md:w-[65vw] mx-auto">
<div className="flex flex-col lg:flex-row gap-[calc(var(--size)*0.1)] min-h-[50vh] items-center">
<div className="flex-1 w-full">
<div className="flex-1 w-full flex justify-center items-center">
<SignMessageForm
message={signState.message}
signedData={signState.signedData}
Expand All @@ -58,7 +58,7 @@ function App() {
/>
</div>

<div className="flex-1 w-full">
<div className="flex-1 w-full flex justify-center items-center">
<VerifyForm
formData={verifyState}
verificationResult={verifyState.verificationResult}
Expand Down

0 comments on commit 4c0734c

Please sign in to comment.