Fix logo size, improve CSS styling with universal selector, and add error handling

This commit is contained in:
Ryderjj89
2025-09-29 19:43:53 -04:00
parent eb21825f77
commit c818d43f4e
6 changed files with 35 additions and 25 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-8 w-auto mr-2" />
<img src="/logos/logo.png" alt="New Life Christian Church" class="h-6 w-auto mr-2" />
<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-8 w-auto mr-2" />
<img src="/logos/logo.png" alt="New Life Christian Church" class="h-6 w-auto mr-2" />
<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-8 w-auto mr-2" />
<img src="/logos/logo.png" alt="New Life Christian Church" class="h-6 w-auto mr-2" />
</div>
<!-- Welcome Message -->