We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26f4bbb + d4685e3 commit 2a447d2Copy full SHA for 2a447d2
public/css/custom.css
@@ -1,4 +1,4 @@
1
-/* this custom code is for navbar */
+
2
@media screen and (max-width: 768px) {
3
.navbar-nav.al {
4
margin: 0;
@@ -57,6 +57,4 @@
57
width: 16px;
58
height: 16px;
59
}
60
-}
61
-
62
-/* ends here */
+}
resources/views/layouts/app.blade.php
@@ -27,7 +27,6 @@
27
28
<main class="py-4 min-vh-100">
29
@yield('content')
30
- {{-- COMMENT WILL SHOW HERE --}}
31
</main>
32
@include('components.footer')
33
</div>
0 commit comments