React.js problems

This commit is contained in:
Ram Reddy 2021-07-17 14:50:05 -04:00 committed by GitHub
parent 576a80c92c
commit 9103e4abb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}
}