Skip to content

Commit 8ca170e

Browse files
author
Hatim EL OUFIR
committed
Design enhancement (home and my profile)
1 parent 92aac88 commit 8ca170e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

resources/views/livewire/my-profile.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</div>
1313
</div>
1414

15-
<form wire:submit.prevent="save" class="xl:w-2/5 lg:w-3/5 md:w-4/5 w-full">
15+
<form wire:submit.prevent="save" class="lg:w-3/5 md:w-4/5 w-full">
1616
<div class="w-full flex flex-row justify-start items-center gap-3 p-5">
1717
<x-user-avatar :user="$user" :size="100" />
1818
<div class="flex flex-col justify-center items-start gap-0">

resources/views/livewire/projects.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</span>
2525
<div class="w-full flex flex-row justify-start items-start flex-wrap -ml-2">
2626
@foreach(auth()->user()->favoriteProjects as $project)
27-
<div class="xl:w-1/5 lg:w-1/4 md:w-1/3 w-1/2 p-2">
27+
<div class="xl:w-1/5 lg:w-1/4 md:w-1/3 sm:w-1/2 w-full p-2">
2828
<div class="w-full flex flex-col gap-1 p-5 border border-gray-100 rounded-lg shadow bg-white hover:shadow-lg">
2929
<span class="text-gray-700 font-bold text-base">
3030
{{ $project->name }}

0 commit comments

Comments
 (0)