resposive headers, anchor styles updated
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user