feat: enhance layout and component structure for dashboard, including responsive sidebar and header actions, and update footer styling

This commit is contained in:
2025-12-12 16:05:28 -03:00
parent b771322b24
commit 4f238022cf
6 changed files with 350 additions and 465 deletions

View File

@@ -4,8 +4,8 @@
const currentYear = new Date().getFullYear();
</script>
<footer class="bg-base-200 text-base-content border-base-300 border-t">
<div class="container mx-auto px-4 py-10">
<footer class="bg-base-200 text-base-content border-base-300 mt-16 border-t">
<div class="container mx-auto px-4 py-8">
<div class="grid grid-cols-1 gap-8 text-center md:grid-cols-3 md:text-left">
<div>
<h3 class="text-primary mb-4 text-lg font-bold">SGSE</h3>