Increase nav logo size
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
</div>
|
||||
<div class="flex flex-1 items-center justify-center sm:items-stretch sm:justify-start">
|
||||
<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 class="items-center hidden sm:flex sm:flex-1 justify-center">
|
||||
<div class="flex space-x-4">
|
||||
|
||||
@@ -662,6 +662,10 @@ video {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.h-16 {
|
||||
height: 4rem;
|
||||
}
|
||||
|
||||
.min-h-screen {
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user