From 2b7b4a3e676646a7d816517541af878b6d0e7ad8 Mon Sep 17 00:00:00 2001 From: mohamadreza Date: Fri, 1 Nov 2024 09:46:40 +0330 Subject: [PATCH] feat(responsive) --- .github/workflows/deploy.yml | 1 - resources/views/index.blade.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5695337..bc9aa9d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,6 @@ jobs: port: ${{ secrets.SERVER_PORT }} script: | cd ${{ secrets.SERVER_PATH }} - git fetch --all git pull npm i composer i diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index 3f29117..d515cd4 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -109,7 +109,7 @@ class="bar bg-green-500 mt-1.5 h-8 flex justify-between items-center rounded-ful

نمونه کارها

+ class="bg-white dark:bg-[#3F3F46] shadow-lg w-full p-9 mt-10 rounded-[20px] grid sm:grid-cols-3 lg:grid-cols-4 grid-cols-1 gap-6"> @foreach($work_samples as $work_sample)