remove hamburger nav menu animation (#1944)

This commit is contained in:
eashaw 2021-09-07 13:58:26 -05:00 committed by GitHub
parent 13cae833c0
commit 053536d4b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,6 +59,7 @@ html, body {
}
.collapsing {
opacity: 0;
transition: 0s;
}
.collapse.show {
opacity: 1;