Skip to content

Commit

Permalink
Merge pull request #4 from meowfu0/rm/jrcr
Browse files Browse the repository at this point in the history
permission test
  • Loading branch information
robby-deving authored Sep 28, 2024
2 parents b6fa0bf + 5698797 commit 26f4bbb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 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,4 +57,6 @@
width: 16px;
height: 16px;
}
}
}

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

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

0 comments on commit 26f4bbb

Please sign in to comment.