forked from aslan/applicant-site
Merge pull request 'minor design changes' (#46) from RomanGolienko/Roman_applicant-site:prodV1 into main
Reviewed-on: http://gitea.mkgtu.ru/aslan/applicant-site/pulls/46
This commit is contained in:
commit
c6986b6c74
Binary file not shown.
After Width: | Height: | Size: 5.2 KiB |
|
@ -708,7 +708,7 @@
|
||||||
<div class="row mt-2 gradient-text shadow p-2 my-3 rounded-3"
|
<div class="row mt-2 gradient-text shadow p-2 my-3 rounded-3"
|
||||||
style=" font-family: Geologica-ExtraLight; font-size: 16px; ">
|
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>
|
<br>
|
||||||
{{$document->description}}
|
{{$document->description}}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue