mobile friendly
Build and Push Docker Image / build (push) Successful in 12s

This commit is contained in:
jason
2026-04-22 16:22:09 -05:00
parent cf3f8d6fd0
commit b5318abe0a
9 changed files with 107 additions and 38 deletions
+3 -2
View File
@@ -1,9 +1,10 @@
<%- include('../partials/head', { title: 'Settings' }) %>
<%- include('../partials/adminNav', { currentPath: '/admin/settings' }) %>
<%- include('../partials/adminTopBar') %>
<div class="pl-56 min-h-screen">
<div class="lg:pl-56 pt-14 lg:pt-0 min-h-screen">
<%- include('../partials/adminBanner') %>
<div class="max-w-2xl mx-auto px-8 py-8">
<div class="max-w-2xl mx-auto px-4 sm:px-8 py-6 sm:py-8">
<div class="mb-8">
<h1 class="text-xl font-semibold text-white">Settings</h1>
<p class="text-sm text-gray-500 mt-0.5">Branding, appearance, and app configuration</p>