mirror of
https://github.com/PotentiaRobotics/website.git
synced 2025-04-03 20:10:18 -04:00
Should fix
This commit is contained in:
parent
5fdabadeef
commit
90d979dd18
|
@ -35,7 +35,6 @@
|
|||
"scripts": {
|
||||
"build": "CI=false && react-scripts build",
|
||||
"start": "serve -s build/"
|
||||
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
|
|
|
@ -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%;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user