resposive headers, anchor styles updated

This commit is contained in:
batuhanbas
2020-01-22 22:37:04 +03:00
parent 0c97680c2e
commit 1ac706ad74
6 changed files with 19 additions and 19 deletions

View File

@ -1,12 +1,12 @@
@stack('footer_start')
<footer class="footer">
<div class="row">
<div class="col-md-6">
<div class="col-xs-12 col-sm-6">
<div class="text-sm float-left text-muted footer-texts">
{{ trans('footer.powered') }}: <a class="text-success" href="{{ trans('footer.link') }}" target="_blank">{{ trans('footer.software') }}</a>
{{ trans('footer.powered') }}: <a href="{{ trans('footer.link') }}" target="_blank">{{ trans('footer.software') }}</a>
</div>
</div>
<div class="col-md-6">
<div class="col-xs-12 col-sm-6">
<div class="text-sm float-right text-muted footer-texts">
{{ trans('footer.version') }} {{ version('short') }}
</div>