ソースを参照

fix navbar

master
farhan 2年前
親
コミット
9d8aa23433
1個のファイルの変更、1行の追加、1行の削除
  1. 1
    1
      resources/views/components/navbar.blade.php

+ 1
- 1
resources/views/components/navbar.blade.php ファイルの表示

1
 <div class="fixed bottom-0 left-0 w-full bg-navbarcolor shadow-lg rounded-t-xl">
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
         <a onclick="rsvp.showModal()" class="text-babyblue text-3xl">
3
         <a onclick="rsvp.showModal()" class="text-babyblue text-3xl">
4
             <i class="fa-solid fa-envelope-open-text"></i>
4
             <i class="fa-solid fa-envelope-open-text"></i>
5
         </a>
5
         </a>

読み込み中…
キャンセル
保存