Initial redesign commit

This commit is contained in:
floppydiskette 2024-08-08 02:00:44 +01:00
commit 33c49199c7
25 changed files with 978 additions and 751 deletions

View file

@ -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>