aligned nav-toggle button to right

This commit is contained in:
cnachtigall1991
2021-10-16 13:55:03 +02:00
parent ee61bf10ed
commit 0fb2371c60

View File

@@ -126,6 +126,11 @@ export default {
}
}
document.addEventListener('click', () => {
closeNav()
})
return {
data, parseSearch, closeNav
}
@@ -266,6 +271,8 @@ nav {
nav {
button {
outline: 1px solid var(--bs-primary);
margin-left: auto;
float: right;
&:focus {
box-shadow: none;