mirror of
https://github.com/PotentiaRobotics/website.git
synced 2025-04-09 23:10:19 -04:00
Should fix
This commit is contained in:
parent
5fdabadeef
commit
90d979dd18
|
@ -35,7 +35,6 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "CI=false && react-scripts build",
|
"build": "CI=false && react-scripts build",
|
||||||
"start": "serve -s build/"
|
"start": "serve -s build/"
|
||||||
|
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"extends": [
|
"extends": [
|
||||||
|
|
|
@ -133,13 +133,13 @@ body {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: $black;
|
background-color: #293241;
|
||||||
width: 30%;
|
width: 30%;
|
||||||
transform: translateX(100%);
|
transform: translateX(100%);
|
||||||
transition: transform 0.5s ease-in;
|
transition: transform 0.5s ease-in;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
opacity: 0;
|
opacity: 90%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user