Layout Login
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user