Skip to content

Commit 2f257d9

Browse files
committed
fix: login split layout 50/50
1 parent 1f467ef commit 2f257d9

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

public/css/style.css

Lines changed: 2 additions & 3 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-
flex: 1;
101+
width: 50%;
102102
display: flex;
103103
align-items: center;
104104
justify-content: center;
@@ -168,8 +168,7 @@ a:hover { color: var(--accent-1); }
168168
}
169169

170170
.login-right {
171-
width: 520px;
172-
min-width: 520px;
171+
width: 50%;
173172
display: flex;
174173
align-items: center;
175174
justify-content: center;

0 commit comments

Comments
 (0)