Increase nav logo size

This commit is contained in:
2024-03-14 22:03:05 +00:00
parent 5f1e79b0d4
commit 5c3976a9be
2 changed files with 5 additions and 1 deletions

View File

@@ -17,7 +17,7 @@
</div> </div>
<div class="flex flex-1 items-center justify-center sm:items-stretch sm:justify-start"> <div class="flex flex-1 items-center justify-center sm:items-stretch sm:justify-start">
<div class="flex flex-shrink-0 items-center"> <div class="flex flex-shrink-0 items-center">
<img class="h-14 w-auto" src="images/logo.png" alt="Your Company"> <img class="h-16 w-auto" src="images/logo.png" alt="Your Company">
</div> </div>
<div class="items-center hidden sm:flex sm:flex-1 justify-center"> <div class="items-center hidden sm:flex sm:flex-1 justify-center">
<div class="flex space-x-4"> <div class="flex space-x-4">

View File

@@ -662,6 +662,10 @@ video {
height: 100%; height: 100%;
} }
.h-16 {
height: 4rem;
}
.min-h-screen { .min-h-screen {
min-height: 100vh; min-height: 100vh;
} }