Skip to content

Commit 5cca7e9

Browse files
committed
style: revert panel to 54/46, reduce card padding for wider inputs
1 parent 16be1e0 commit 5cca7e9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

public/css/style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ a:hover { color: var(--accent-1); }
9898
}
9999

100100
.login-left {
101-
width: 44%;
101+
width: 54%;
102102
display: flex;
103103
align-items: center;
104104
justify-content: center;
@@ -157,7 +157,7 @@ a:hover { color: var(--accent-1); }
157157
}
158158

159159
.login-right {
160-
width: 56%;
160+
width: 46%;
161161
display: flex;
162162
align-items: center;
163163
justify-content: center;
@@ -191,7 +191,7 @@ a:hover { color: var(--accent-1); }
191191
z-index: 1;
192192
width: 100%;
193193
max-width: 520px;
194-
padding: 48px 56px;
194+
padding: 48px 32px;
195195
}
196196

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

228228
.login-card {
229229
max-width: 560px;
230-
padding: 40px 32px;
230+
padding: 40px 24px;
231231
}
232232
}
233233

0 commit comments

Comments
 (0)