From 11b1f9211b3eca62422a7c99816b7e9aa2a5ed79 Mon Sep 17 00:00:00 2001 From: Josh Ashton Date: Sun, 13 Apr 2025 12:00:04 -0600 Subject: [PATCH] reverted reversal of article grid --- css/base.css | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/css/base.css b/css/base.css index d11c52b..5e9a2fe 100644 --- a/css/base.css +++ b/css/base.css @@ -619,10 +619,6 @@ input[type="file"] { grid-template-columns: 15% 85%; } -.article_toc { - margin-right: 15px; -} - /* Tooltip container */ .tooltip { position: relative; @@ -750,6 +746,10 @@ hr { font-size: 2vw; } + p { + margin-bottom: 30px; + } + small { font-size: 1.5vw; } @@ -803,13 +803,6 @@ hr { margin: 15px 0px 15px 0px; } - .article_cards_grid { - margin: 0; - display: flex; - flex-direction: column-reverse; - width: 100%; - } - .article_card .row { display: flex; flex-direction: column;