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