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 86ff922 commit c6132f5Copy full SHA for c6132f5
1 file changed
public/css/style.css
@@ -98,7 +98,7 @@ a:hover { color: var(--accent-1); }
98
}
99
100
.login-left {
101
- width: 50%;
+ flex: 1;
102
display: flex;
103
align-items: center;
104
justify-content: center;
@@ -168,7 +168,7 @@ a:hover { color: var(--accent-1); }
168
169
170
.login-right {
171
+ width: 440px;
172
173
174
0 commit comments