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