Skip to content

Commit dfa99a7

Browse files
committed
add:로그인 반응형 추가
1 parent d673735 commit dfa99a7

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

static/css/login.css

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124

125125
.login-btn {
126126
width: 80%;
127-
max-width: 320px;
127+
max-width: 365px;
128128
padding: 10px;
129129
background: linear-gradient(-90deg, var(--primary-yellow), var(--light-yellow));
130130
border: none;
@@ -215,7 +215,6 @@
215215
flex-direction: column;
216216
align-items: center;
217217
gap: 10px;
218-
margin-top: 15px;
219218
}
220219

221220
.find-buttons{
@@ -230,26 +229,24 @@
230229
color: var(--primary-yellow);
231230
font-weight: var(--font-weight-regular);
232231
text-decoration: none;
232+
white-space: nowrap;
233233
}
234234

235235
.find-pwd-btn {
236236
display: inline-block;
237-
padding: 8px 15px;
238237
font-size: 12px;
239238
text-align: center;
240239
color: var(--primary-yellow);
241240
font-weight: var(--font-weight-regular);
242241
border: none;
243-
border-radius: 20px;
244-
background-color: var(--white);
242+
background-color: transparent;
245243
cursor: pointer;
244+
white-space: nowrap;
246245
}
247246

248247
.find-pwd-btn:hover, .find-email-btn:hover {
249248
text-decoration: underline;
250-
color: var(--primary-yellow);
251-
background: var(--white);
252-
box-shadow: none;
249+
background-color: transparent;
253250
}
254251

255252
.find-btn-pwd:active {
@@ -295,7 +292,7 @@
295292
margin-left: 0;
296293
padding: 10px;
297294
position: relative;
298-
top: -40px;
295+
top: -15px;
299296
}
300297

301298
.login-logo {
@@ -364,4 +361,11 @@
364361
width: 60%;
365362
height: 60%;
366363
}
364+
}
365+
366+
@media screen and (max-width: 450px)
367+
{
368+
.find-buttons {
369+
gap: 80px;
370+
}
367371
}

0 commit comments

Comments
 (0)