Should fix

This commit is contained in:
Ram Reddy 2021-07-17 14:28:25 -04:00 committed by Ram Reddy
parent 5fdabadeef
commit 90d979dd18
2 changed files with 2 additions and 3 deletions

View File

@ -35,7 +35,6 @@
"scripts": {
"build": "CI=false && react-scripts build",
"start": "serve -s build/"
},
"eslintConfig": {
"extends": [

View File

@ -133,13 +133,13 @@ body {
display: flex;
flex-direction: column;
align-items: center;
background-color: $black;
background-color: #293241;
width: 30%;
transform: translateX(100%);
transition: transform 0.5s ease-in;
li {
opacity: 0;
opacity: 90%;
}
}