minor fix

This commit is contained in:
2025-04-13 12:17:19 -06:00
parent 11b1f9211b
commit e1dbafab9d
2 changed files with 13 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ include_once 'functions/article_functions.php';
if (!isset($_GET['article_id']) && !isset($_GET['tag']) && !isset($_GET['author_id'])) {
$filters = '
<form method="get">
<div class="row no_margin">
<div class="row_no_margin">
';
if (!isset($_GET['sort']) || $_GET['sort'] == 'newest') {
+12 -1
View File
@@ -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;
}