diff --git a/src/static/images/marie.jpg b/src/static/images/marie.jpg new file mode 100644 index 0000000..f61c1af Binary files /dev/null and b/src/static/images/marie.jpg differ diff --git a/src/static/style.css b/src/static/style.css index 4b8dde5..3895915 100644 --- a/src/static/style.css +++ b/src/static/style.css @@ -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 */ }