Skip to content

Commit 5c9befa

Browse files
committed
style: subtle 54/46 split on login panels
1 parent c6132f5 commit 5c9befa

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-
flex: 1;
101+
width: 54%;
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: 440px;
171+
width: 46%;
172172
display: flex;
173173
align-items: center;
174174
justify-content: center;

0 commit comments

Comments
 (0)