Skip to content

Commit 66f918d

Browse files
committed
style: set login card max-width to 560px
1 parent 5cca7e9 commit 66f918d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ a:hover { color: var(--accent-1); }
190190
position: relative;
191191
z-index: 1;
192192
width: 100%;
193-
max-width: 520px;
193+
max-width: 560px;
194194
padding: 48px 32px;
195195
}
196196

0 commit comments

Comments
 (0)