Skip to content

Commit e8982d0

Browse files
committed
style: add more breathing room to login form
1 parent c4e3113 commit e8982d0

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

public/css/style.css

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ a:hover { color: var(--accent-1); }
190190
position: relative;
191191
z-index: 1;
192192
width: 100%;
193-
max-width: 400px;
194-
padding: 40px;
193+
max-width: 420px;
194+
padding: 48px 56px;
195195
}
196196

197197
@media (max-width: 1024px) {
@@ -226,7 +226,8 @@ a:hover { color: var(--accent-1); }
226226
}
227227

228228
.login-card {
229-
max-width: 440px;
229+
max-width: 460px;
230+
padding: 40px 32px;
230231
}
231232
}
232233

@@ -250,7 +251,7 @@ a:hover { color: var(--accent-1); }
250251
}
251252

252253
.login-card {
253-
padding: 24px 16px;
254+
padding: 32px 20px;
254255
}
255256
}
256257

@@ -296,7 +297,7 @@ a:hover { color: var(--accent-1); }
296297
.auth-subtitle {
297298
font-size: 0.9rem;
298299
color: var(--text-secondary);
299-
margin-bottom: 32px;
300+
margin-bottom: 36px;
300301
}
301302

302303
.form-group {

0 commit comments

Comments
 (0)