From 12b5135421dee091dca5bb16719a75d11bd45eb4 Mon Sep 17 00:00:00 2001 From: Josh Ashton Date: Thu, 3 Apr 2025 19:59:49 -0600 Subject: [PATCH] another one --- css/base.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/base.css b/css/base.css index 4c23dfa..e733833 100644 --- a/css/base.css +++ b/css/base.css @@ -683,4 +683,8 @@ input[type="file"] { .view_card { width: 90%; } + + .article_cards_grid { + width: 90%; + } }