From 3afc107c5ef7d4e109bd0888b503447cb8c2e64e Mon Sep 17 00:00:00 2001 From: Josh Ashton Date: Sat, 12 Apr 2025 13:55:34 -0600 Subject: [PATCH] mobile optimization for article cards. still testing. --- css/base.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/css/base.css b/css/base.css index 697eed2..1ce5933 100644 --- a/css/base.css +++ b/css/base.css @@ -759,4 +759,18 @@ hr { align-items: center; justify-content: center; } + + .article_card .row .card_info_box { + display: flex; + justify-content: space-between; + align-items: center; + width: 100%; + } + + .article_card .row .card_info_box .col-right { + display: flex; + flex-direction: column; + justify-content: center; + align-items: start; + } }