From e1dbafab9df6f331f3e4505256be7ba0e373d50a Mon Sep 17 00:00:00 2001 From: Josh Ashton Date: Sun, 13 Apr 2025 12:17:19 -0600 Subject: [PATCH] minor fix --- articles.php | 2 +- css/base.css | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/articles.php b/articles.php index 9b16598..6277c82 100644 --- a/articles.php +++ b/articles.php @@ -10,7 +10,7 @@ include_once 'functions/article_functions.php'; if (!isset($_GET['article_id']) && !isset($_GET['tag']) && !isset($_GET['author_id'])) { $filters = '
-
+
'; if (!isset($_GET['sort']) || $_GET['sort'] == 'newest') { diff --git a/css/base.css b/css/base.css index 5e9a2fe..0860099 100644 --- a/css/base.css +++ b/css/base.css @@ -175,6 +175,17 @@ code { margin: 0 auto; } +.article_filters form .row_no_margin { + display: flex; + align-items: center; + margin-top: 25px; +} + +.article_filters form .row_no_margin p { + margin-bottom: 0; + padding-bottom: 0; +} + .article_card, .form_card, .view_card { @@ -772,7 +783,7 @@ hr { flex-direction: row-reverse; } - .row_no_margin { + nav .row_no_margin { flex-direction: row-reverse; }