Skip to content

Commit

Permalink
fix nav
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarzybok-sumoheavy committed Sep 21, 2023
1 parent 5201db6 commit 0393df5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/views/includes/navigation.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<nav class="border-b border-gray-200 bg-white">
<div class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
<div class="mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex h-16 justify-between">
<div class="flex">
<a href="/" class="flex flex-shrink-0 items-center">
Expand Down
2 changes: 1 addition & 1 deletion resources/views/layouts/default.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@include('includes.head')
</head>
<body>
<div id="main" class="row">
<div id="main">

<div id="snackbars" class="fixed top-10 right-10 w-80 space-y-5">
<div aria-live="assertive" id="snackbar-template" class="invisible pointer-events-none fixed inset-0 flex items-end px-4 py-6 sm:items-start sm:p-6">
Expand Down

0 comments on commit 0393df5

Please sign in to comment.