Skip to content

Commit c6132f5

Browse files
committed
style: make right login panel narrower than left
1 parent 86ff922 commit c6132f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

public/css/style.css

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

170170
.login-right {
171-
width: 50%;
171+
width: 440px;
172172
display: flex;
173173
align-items: center;
174174
justify-content: center;

0 commit comments

Comments
 (0)