Skip to content

Commit 1ab9ff4

Browse files
committed
style: widen login right panel and card
1 parent e8982d0 commit 1ab9ff4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

public/css/style.css

Lines changed: 3 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-
width: 54%;
101+
width: 52%;
102102
display: flex;
103103
align-items: center;
104104
justify-content: center;
@@ -157,7 +157,7 @@ a:hover { color: var(--accent-1); }
157157
}
158158

159159
.login-right {
160-
width: 46%;
160+
width: 48%;
161161
display: flex;
162162
align-items: center;
163163
justify-content: center;
@@ -190,7 +190,7 @@ a:hover { color: var(--accent-1); }
190190
position: relative;
191191
z-index: 1;
192192
width: 100%;
193-
max-width: 420px;
193+
max-width: 460px;
194194
padding: 48px 56px;
195195
}
196196

0 commit comments

Comments
 (0)