CRITICAL FIX: Force logo sizing with CSS and ensure styling is applied to all elements
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user