From b3c0f048f13e0e93647bcc732df39dab858bc7f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ernst=20R=C3=B6ell?= Date: Fri, 14 Feb 2025 21:12:32 +0100 Subject: [PATCH] Fix research on mobile --- themes/brevis/static/css/style.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/themes/brevis/static/css/style.css b/themes/brevis/static/css/style.css index 7edc7fc..a02b8df 100644 --- a/themes/brevis/static/css/style.css +++ b/themes/brevis/static/css/style.css @@ -374,6 +374,21 @@ time } } +@media only screen and (max-width: 690px) { + .card-tool { + display: block; + } + .tool-left { + display: flex; + justify-content: center; + align-items: center; + } +} + + + + + article.news { margin-bottom: 1em;