Skip to content

Commit 4191581

Browse files
committed
Changed margin courses title on welcome
1 parent 320f373 commit 4191581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/pages/welcome.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ class="d-grid gap-4 d-flex align-items-center position-relative rounded bg-body
395395
<a href="{{ $course->link }}" rel="nofollow"
396396
target="_blank"
397397
class="link-body-emphasis stretched-link text-decoration-none text-balance">
398-
<p class="h6 mb-2">{{ $course->name }}</p>
398+
<p class="h6 mb-1">{{ $course->name }}</p>
399399
<p class="opacity-75 line-clamp line-clamp-3 small">
400400
{{ $course->description }}
401401
</p>

0 commit comments

Comments
 (0)