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