We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f1bfb7 commit 16be1e0Copy full SHA for 16be1e0
1 file changed
public/css/style.css
@@ -98,7 +98,7 @@ a:hover { color: var(--accent-1); }
98
}
99
100
.login-left {
101
- width: 52%;
+ width: 44%;
102
display: flex;
103
align-items: center;
104
justify-content: center;
@@ -157,7 +157,7 @@ a:hover { color: var(--accent-1); }
157
158
159
.login-right {
160
- width: 48%;
+ width: 56%;
161
162
163
@@ -190,7 +190,7 @@ a:hover { color: var(--accent-1); }
190
position: relative;
191
z-index: 1;
192
width: 100%;
193
- max-width: 460px;
+ max-width: 520px;
194
padding: 48px 56px;
195
196
@@ -226,7 +226,7 @@ a:hover { color: var(--accent-1); }
226
227
228
.login-card {
229
+ max-width: 560px;
230
padding: 40px 32px;
231
232
0 commit comments