이준호

[FIXED] env 파일 gitignore 처리

......@@ -13,6 +13,7 @@
# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
......
......@@ -27,7 +27,7 @@
"web-vitals": "^0.2.4"
},
"scripts": {
"start": "react-scripts start",
"start": "react-scripts start .env",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
......
#kakao-link-btn{
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
......@@ -11,6 +12,11 @@
height: 5rem;
font-size: 1.2rem;
font-weight: bold;
transform: background-color;
transition: ease-out 0.3s;
&:hover{
filter: brightness(105%);
}
img{
width: 2rem;
height: auto;
......