From 6d0f56b4930155f45767e7c041beec85fa6a4120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marvin=20Krau=C3=9Fer?= Date: Wed, 6 May 2026 17:26:59 +0200 Subject: [PATCH] changed response block design --- website/src/Bird_CNN.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/website/src/Bird_CNN.css b/website/src/Bird_CNN.css index e806463..83f52d6 100644 --- a/website/src/Bird_CNN.css +++ b/website/src/Bird_CNN.css @@ -116,7 +116,7 @@ a:hover { height: 35px; display: flex; justify-content: center; - padding: 20px 0px 20px 0px; + padding: 10px 0px 10px 0px; } /* HTML:
*/ @@ -190,7 +190,7 @@ a:hover { .response-block { width: 80%; height: 100px; - margin: 40px; + margin: 40px 40px 100px 40px; display: flex; flex-direction: column; align-items: flex-start; @@ -203,4 +203,9 @@ a:hover { flex-direction: column; justify-content: center; margin: 0; + min-width: 140px; +} + +.conten-block-text { + text-align: center; } \ No newline at end of file