From 4334596d4bebc9a76f5ca8400813847eef5b3bb7 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 20 Dec 2024 04:15:58 -0500 Subject: rework styles with scss --- src/web/_views/template/posts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/web/_views/template/posts.php') diff --git a/src/web/_views/template/posts.php b/src/web/_views/template/posts.php index 137c0dd..ed79688 100644 --- a/src/web/_views/template/posts.php +++ b/src/web/_views/template/posts.php @@ -11,7 +11,7 @@ if ($loaded >= $page_size && $page_size < $total) { ilang('action_load_posts', id: 'action-load-posts', - class: 'btn btn-line btn-wide mb mt', + class: 'btn btn-blend grow mb mt', attrs: array( 'loaded' => $loaded, 'pageSize' => $page_size, -- cgit v1.2.3-freya