Skip to content

Commit

Permalink
feat(responsive)
Browse files Browse the repository at this point in the history
  • Loading branch information
tikrack committed Nov 1, 2024
1 parent 0b0d50e commit 2b7b4a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
port: ${{ secrets.SERVER_PORT }}
script: |
cd ${{ secrets.SERVER_PATH }}
git fetch --all
git pull
npm i
composer i
Expand Down
2 changes: 1 addition & 1 deletion resources/views/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class="bar bg-green-500 mt-1.5 h-8 flex justify-between items-center rounded-ful
<h1 class="font-[morabba] font-bold text-[40px] text-[#1F2937] before:inline-block relative before:absolute before:bottom-[-5px] before:w-[50%] before:h-[4px] before:bg-green-500 w-fit dark:text-white">
نمونه کارها</h1>
<div
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-2 gap-6">
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)
<a href="{{ $work_sample->url }}"
class="work_sample dark:bg-[#2C2C30] bg-gray-100 p-4 py-6 rounded-[20px] w-full relative inline-block">
Expand Down

0 comments on commit 2b7b4a3

Please sign in to comment.