Fix logo size, improve CSS styling with universal selector, and add error handling
This commit is contained in:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user