浏览代码

fix navbar

master
farhan 4 个月前
父节点
当前提交
9d8aa23433
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      resources/views/components/navbar.blade.php

+ 1
- 1
resources/views/components/navbar.blade.php 查看文件

@@ -1,5 +1,5 @@
1 1
 <div class="fixed bottom-0 left-0 w-full bg-navbarcolor shadow-lg rounded-t-xl">
2
-    <div class="flex justify-around py-6">
2
+    <div class="flex justify-around py-4">
3 3
         <a onclick="rsvp.showModal()" class="text-babyblue text-3xl">
4 4
             <i class="fa-solid fa-envelope-open-text"></i>
5 5
         </a>

正在加载...
取消
保存