CSS Anpassungen

This commit is contained in:
2026-06-25 23:05:49 +02:00
parent b7ca5bcfe2
commit f39885da10
2 changed files with 62 additions and 25 deletions
+15
View File
@@ -225,4 +225,19 @@ h1 {
border-radius: 10px;
box-shadow: 0 6px 20px rgba(0,0,0,0.1);
box-sizing: border-box;
}
/* Darstellung der Registrierungsbestätigung */
.confirm-message {
text-align: center;
margin: 20px 0;
}
/* Anpassung des Login-Buttons auf der Bestätigungsseite */
.confirm-button {
display: block;
width: 100%;
text-align: center;
text-decoration: none;
box-sizing: border-box;
}