Update Navbar.scss

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

View File

@ -139,7 +139,7 @@ body {
transition: transform 0.5s ease-in;
li {
opacity: 90%;
opacity: 100%;
}
}
@ -171,7 +171,7 @@ body {
}
to {
opacity: 1;
opacity: 90%;
transform: translateX(0px);
}
}