Skip to content

Commit

Permalink
Revert "permission test"
Browse files Browse the repository at this point in the history
  • Loading branch information
robby-deving authored Sep 28, 2024
1 parent 26f4bbb commit d4685e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 2 additions & 4 deletions public/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* this custom code is for navbar */

@media screen and (max-width: 768px) {
.navbar-nav.al {
margin: 0;
Expand Down Expand Up @@ -57,6 +57,4 @@
width: 16px;
height: 16px;
}
}

/* ends here */
}
1 change: 0 additions & 1 deletion resources/views/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

<main class="py-4 min-vh-100">
@yield('content')
{{-- COMMENT WILL SHOW HERE --}}
</main>
@include('components.footer')
</div>
Expand Down

0 comments on commit d4685e3

Please sign in to comment.