Compare commits

..

2 Commits

Author SHA1 Message Date
aslan c6986b6c74 Merge pull request 'minor design changes' (#46) from RomanGolienko/Roman_applicant-site:prodV1 into main
Tests & Lint & Deploy to Railway / build (2.6.6, 20.x, 8.3) (push) Successful in 2m1s Details
Tests & Lint & Deploy to Railway / deploy (push) Successful in 34s Details
Reviewed-on: http://gitea.mkgtu.ru/aslan/applicant-site/pulls/46
2024-04-08 11:34:56 +03:00
ROMANGOLIENKO 1ca14c903c minor design changes 2024-04-08 11:14:48 +03:00
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

@ -708,7 +708,7 @@
<div class="row mt-2 gradient-text shadow p-2 my-3 rounded-3"
style=" font-family: Geologica-ExtraLight; font-size: 16px; ">
<a href="{{ URL::to($document->url) }}" > <strong>{{ $document->name }} </strong> <img class="" style="width: 22px; height: auto" src="{{ URL::to('img/front-page/pointer-svgrepo-com.png') }}"></a>
<a href="{{ URL::to($document->url) }}" > <strong>{{ $document->name }} </strong> <img class="" style="width: 18px; height: auto" src="{{ URL::to('img/front-page/clip-svgrepo-com.png') }}"></a>
<br>
{{$document->description}}
</div>