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; + } }