mirror of
https://github.com/PotentiaRobotics/website.git
synced 2025-04-09 23:10:19 -04:00
React.js problems
This commit is contained in:
parent
576a80c92c
commit
9103e4abb5
|
@ -128,7 +128,7 @@ body {
|
||||||
right: 0;
|
right: 0;
|
||||||
height: 65%;
|
height: 65%;
|
||||||
padding-bottom: 2%;
|
padding-bottom: 2%;
|
||||||
opacity: 90%;
|
opacity: 0.9;
|
||||||
top: 8vh;
|
top: 8vh;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
@ -139,7 +139,7 @@ body {
|
||||||
transition: transform 0.5s ease-in;
|
transition: transform 0.5s ease-in;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
opacity: 100%;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -171,7 +171,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
to {
|
to {
|
||||||
opacity: 90%;
|
opacity: 1;
|
||||||
transform: translateX(0px);
|
transform: translateX(0px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user