Navbar s možností odhlášení

This commit is contained in:
2023-06-02 19:51:30 +02:00
parent 00a3e4c79d
commit 00047e7183
3 changed files with 82 additions and 49 deletions

View File

@@ -55,4 +55,14 @@
display: flex;
flex-direction: column;
align-items: center;
}
.navbar {
background-color: #3c3c3c;
padding-left: 20px;
padding-right: 20px;
}
#basic-navbar-nav {
justify-content: flex-end;
}