Skip to content

Commit 4f3dd06

Browse files
committed
added padding bottom to close menu
1 parent d4effb9 commit 4f3dd06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/views/partials/sidebar/right-sidebar.blade.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
</div>
6868

6969
{{-- Fixed Footer --}}
70-
<div class="mt-auto">
70+
<div class="mt-auto" style="padding-bottom: 15px;">
7171
<hr class="border-secondary mb-3">
7272
<button type="button"
7373
class="btn btn-danger w-100 rounded-4 fw-semibold"
@@ -76,5 +76,6 @@ class="btn btn-danger w-100 rounded-4 fw-semibold"
7676
<i class="fas fa-times mr-1"></i> Close Menu
7777
</button>
7878
</div>
79+
7980
</div>
8081
</aside>

0 commit comments

Comments
 (0)