From ce6da005816f3e657782de59b0a4d133e29ce3ac Mon Sep 17 00:00:00 2001 From: moanos Date: Thu, 30 May 2024 12:52:41 +0200 Subject: [PATCH] feat: Make detail-adoption-notice-header responsive --- .../static/fellchensammlung/css/styles.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/fellchensammlung/static/fellchensammlung/css/styles.css b/src/fellchensammlung/static/fellchensammlung/css/styles.css index 26ce590..ba43007 100644 --- a/src/fellchensammlung/static/fellchensammlung/css/styles.css +++ b/src/fellchensammlung/static/fellchensammlung/css/styles.css @@ -303,7 +303,6 @@ h1 { } - .container-cards { display: flex; flex-wrap: wrap; @@ -400,4 +399,15 @@ form { .detail-adoption-notice-header a { display: inline-block; float: right; +} + +@media (max-width: 920px) { + .detail-adoption-notice-header h1 { + width: 100%; + } + + .detail-adoption-notice-header a { + display: inline-block; + float: none; + } } \ No newline at end of file