Skip to content

Commit

Permalink
Max width on the logo logged out navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
Raccoon254 committed Jun 24, 2024
1 parent 9229f67 commit 4d1ff84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/layouts/navigation/logged-out.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="px-4 sm:px-6 lg:px-8 py-4">
<div class="flex justify-between items-center">
<div class="flex items-center gap-2">
<x-application-logo class="h-8 max-w-8"/>
<x-application-logo class="h-8 hidden md:block max-w-8"/>
<h3 class="text-lg md:text-2xl text-black/80 font-bold">
Scholarspace
</h3>
Expand Down

0 comments on commit 4d1ff84

Please sign in to comment.