]> _ Git - odl.git/commitdiff
wip #5002 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 6 Jan 2022 18:24:50 +0000 (19:24 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 6 Jan 2022 18:24:50 +0000 (19:24 +0100)
resources/views/front/resources.blade.php

index c4e324e5a28cbd15a49c194a5e367bc8eeb68337..8f5a1fd921b4d2efd84c25989e3d0aee0dc878db 100644 (file)
                                              src="{{ $thumb }}"
                                              alt="{{ $memo['memo_title'] }}">
                                         <div class="space-y-2.5">
-                                            <h3 class="text-base font-semibold">{{ $memo['memo_title'] }}</h3>
+                                            <h3 class="text-lg font-semibold">{{ $memo['memo_number'] }}</h3>
+                                            <h4 class="text-base font-semibold">{{ $memo['memo_title'] }}</h4>
+                                            <h5 class="text-base">{{ $memo['memo_subtitle'] }}</h5>
                                             <span
                                                 class="circle-arrow transform transition group-hover:scale-110"></span>
                                         </div>