bigger
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2024-04-16 18:26:02 +02:00
parent 708ce6dd3d
commit 777ad92b22
2 changed files with 2 additions and 2 deletions

BIN
src/static/images/marie.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

View File

@ -249,8 +249,8 @@ button#submit-button {
background-repeat: no-repeat; /* Verhindert das Wiederholen des Bildes */
background-position: center; /* Zentriert das Bild im Button */
color: transparent; /* Macht den Text unsichtbar, damit nur das Bild sichtbar ist */
width: auto; /* Setzt die Breite automatisch entsprechend des Inhalts */
height: auto; /* Passt die Höhe an, um das Bild vollständig anzuzeigen */
width: 38px; /* Setzt die Breite automatisch entsprechend des Inhalts */
height: 38px; /* Passt die Höhe an, um das Bild vollständig anzuzeigen */
padding: 10px 20px; /* Hinzufügen von etwas Platz um das Bild */
}