From 33c49199c7e85b0f07503855d2f71cd64c0bfc10 Mon Sep 17 00:00:00 2001 From: floppydiskette <git@diskfloppy.me> Date: Thu, 8 Aug 2024 02:00:44 +0100 Subject: Initial redesign commit --- resources/views/bookmarks.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/views/bookmarks.blade.php') diff --git a/resources/views/bookmarks.blade.php b/resources/views/bookmarks.blade.php index 739c4c2..c8d0e11 100644 --- a/resources/views/bookmarks.blade.php +++ b/resources/views/bookmarks.blade.php @@ -1,7 +1,7 @@ <x-layout> <x-slot:title>Bookmarks</x-slot:title> @foreach($categories as $category) - <div class="info-section"> + <div class="section"> <h2>{{ $category->name }}</h2> <hr> <ul> -- cgit v1.2.3-54-g00ecf