Commit 8e751f1fb4e34c82de1af0ad4177b105703b0cde

Authored by Андрей Ларионов
1 parent 1c76a4cadc

Мелкий шрифт вторая часть

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

resources/views/admin/ad_employers/index.blade.php
... ... @@ -131,9 +131,9 @@
131 131 <?php $i = 0;?>
132 132 @foreach ($ad->jobs as $title)
133 133 <?php if ($i==0) {?>
134   - <p class="font-semibold">{{ mb_strimwidth($title->name, 0, 35, "...") }}</p>
  134 + <p class="font-semibold text-xs">{{ mb_strimwidth($title->name, 0, 35, "...") }}</p>
135 135 <?php } else {?>
136   - <p class="font-semibold">/ {{ mb_strimwidth($title->name, 0, 35, "...") }}</p>
  136 + <p class="font-semibold text-xs">/ {{ mb_strimwidth($title->name, 0, 35, "...") }}</p>
137 137 <?php }
138 138 $i++;
139 139 ?>