Router example fix burger (#2207)

* Router example center burger

* fix burger in chrome
This commit is contained in:
Julius Lungys 2021-11-27 18:51:55 +02:00 committed by GitHub
parent 3707ea55e6
commit 772afca02d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,3 +16,12 @@
}
}
}
.burger {
background-color: transparent;
border: none;
}
.navbar-brand {
align-items: center;
}