CRITICAL FIX: Force logo sizing with CSS and ensure styling is applied to all elements

This commit is contained in:
Ryderjj89
2025-09-29 19:50:57 -04:00
parent c818d43f4e
commit 2715c25744
4 changed files with 327 additions and 86 deletions

View File

@@ -5,7 +5,7 @@
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between items-center py-4">
<div class="flex items-center">
<img src="/logos/logo.png" alt="New Life Christian Church" class="h-6 w-auto mr-2" />
<img src="/logos/logo.png" alt="New Life Christian Church" class="logo-image" />
<UButton
@click="navigateTo('/')"
variant="ghost"

View File

@@ -5,7 +5,7 @@
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between items-center py-4">
<div class="flex items-center">
<img src="/logos/logo.png" alt="New Life Christian Church" class="h-6 w-auto mr-2" />
<img src="/logos/logo.png" alt="New Life Christian Church" class="logo-image" />
<UButton
@click="navigateTo('/')"
variant="ghost"

View File

@@ -6,7 +6,7 @@
<div class="flex justify-between items-center py-4">
<!-- Logo -->
<div class="flex items-center">
<img src="/logos/logo.png" alt="New Life Christian Church" class="h-6 w-auto mr-2" />
<img src="/logos/logo.png" alt="New Life Christian Church" class="logo-image" />
</div>
<!-- Welcome Message -->