Skip to content

Commit d593c2f

Browse files
committed
fix[frontend]: using padding instead of margin in main box
1 parent 6e71b87 commit d593c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/components/DecryptPaste.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export function DecryptPaste() {
145145
return (
146146
<main
147147
className={
148-
"flex flex-col items-center min-h-screen bg-background text-foreground mx-2" +
148+
"flex flex-col items-center min-h-screen bg-background text-foreground w-full p-2" +
149149
(shouldBeDark(darkModeSelect) ? " dark" : " light")
150150
}
151151
>

0 commit comments

Comments
 (0)