From 8c3155434a341d589f96e059a11a5765df45be6c Mon Sep 17 00:00:00 2001 From: moerp Date: Tue, 16 Apr 2024 18:30:59 +0200 Subject: [PATCH] bigger --- src/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/static/style.css b/src/static/style.css index 3895915..f83402f 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: 38px; /* Setzt die Breite automatisch entsprechend des Inhalts */ - height: 38px; /* Passt die Höhe an, um das Bild vollständig anzuzeigen */ + width: 46px; /* Setzt die Breite automatisch entsprechend des Inhalts */ + height: 76px; /* Passt die Höhe an, um das Bild vollständig anzuzeigen */ padding: 10px 20px; /* Hinzufügen von etwas Platz um das Bild */ }