Skip to content

Commit 2ed1e5e

Browse files
authored
Merge pull request #76 from alvin-kum/Basic-금정훈-sprint2
[금정훈]Sprint2
2 parents a2d62c9 + 036e920 commit 2ed1e5e

19 files changed

Lines changed: 35 additions & 24 deletions

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"liveServer.settings.port": 5501
3+
}
File renamed without changes.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import '../common.css';
1+
@import '../common/common.css';
22

33
.container {
44
width: 100%;
@@ -62,7 +62,9 @@ input {
6262
padding: 12px;
6363
text-align: center;
6464
text-decoration: none;
65+
border-width: 0px;
6566
border-radius: 40px;
67+
cursor: pointer;
6668
}
6769

6870
.social-login {
File renamed without changes.

css/home/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import '../common.css';
1+
@import '../common/common.css';
22

33
body {
44
margin: 72.5px 0 0;

0 commit comments

Comments
 (0)