Layout Login

This commit is contained in:
chk
2026-03-29 19:14:05 +02:00
parent 40a83acb52
commit edd3ccb332
4 changed files with 19 additions and 1 deletions

View File

@@ -26,6 +26,10 @@ header {
font-weight: bold;
}
.user {
margin-left: auto; /* ⬅️ Login/Logout nach rechts */
}
nav button {
background: transparent;
border: none;
@@ -86,3 +90,8 @@ nav button.active {
border-radius: 10px;
box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}
#login-btn {
width: 70px; /* oder 80 / 100 px wie du willst */
text-align: center;
}