Skip to content

Commit 2a447d2

Browse files
authored
Merge pull request meowfu0#5 from meowfu0/revert-4-rm/jrcr
Revert "permission test"
2 parents 26f4bbb + d4685e3 commit 2a447d2

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

public/css/custom.css

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* this custom code is for navbar */
1+
22
@media screen and (max-width: 768px) {
33
.navbar-nav.al {
44
margin: 0;
@@ -57,6 +57,4 @@
5757
width: 16px;
5858
height: 16px;
5959
}
60-
}
61-
62-
/* ends here */
60+
}

resources/views/layouts/app.blade.php

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727

2828
<main class="py-4 min-vh-100">
2929
@yield('content')
30-
{{-- COMMENT WILL SHOW HERE --}}
3130
</main>
3231
@include('components.footer')
3332
</div>

0 commit comments

Comments
 (0)