From b92f3a669b467448a88aa6b645875ee7df5b52db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marvin=20Krau=C3=9Fer?= Date: Thu, 14 May 2026 23:01:53 +0200 Subject: [PATCH] fixed design --- website/src/Bird_CNN.css | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/website/src/Bird_CNN.css b/website/src/Bird_CNN.css index 4a5deb4..5ecd503 100644 --- a/website/src/Bird_CNN.css +++ b/website/src/Bird_CNN.css @@ -1,7 +1,3 @@ -.button-div { - height: 40px; -} - .species-item { list-style: none; position: relative; @@ -140,10 +136,6 @@ a:hover { box-sizing: content-box; } -.request-box .custom-button{ - box-sizing: border-box; -} - .input-box-cnn { scroll-margin-top: 100px; width: min(500px, 100%); @@ -176,4 +168,8 @@ a:hover { .conten-block-text { text-align: center; +} + +.button-div * { + box-sizing: border-box; } \ No newline at end of file