Skip to content

Commit 16be1e0

Browse files
committed
style: widen login right panel to 56% and card to 520px
1 parent 4f1bfb7 commit 16be1e0

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: 52%;
101+
width: 44%;
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: 48%;
160+
width: 56%;
161161
display: flex;
162162
align-items: center;
163163
justify-content: center;
@@ -190,7 +190,7 @@ a:hover { color: var(--accent-1); }
190190
position: relative;
191191
z-index: 1;
192192
width: 100%;
193-
max-width: 460px;
193+
max-width: 520px;
194194
padding: 48px 56px;
195195
}
196196

@@ -226,7 +226,7 @@ a:hover { color: var(--accent-1); }
226226
}
227227

228228
.login-card {
229-
max-width: 460px;
229+
max-width: 560px;
230230
padding: 40px 32px;
231231
}
232232
}

0 commit comments

Comments
 (0)