فهرست منبع

Add margin bottom in admin layout

satof3 1 سال پیش
والد
کامیت
883962d990
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      apps/app/src/components/Layout/AdminLayout.tsx

+ 1 - 1
apps/app/src/components/Layout/AdminLayout.tsx

@@ -45,7 +45,7 @@ const AdminLayout = ({
               <div className="col-lg-3">
                 <AdminNavigation />
               </div>
-              <div className="col-lg-9">
+              <div className="col-lg-9 mb-5">
                 {children}
               </div>
             </div>