styling development

This commit is contained in:
Burak Civan
2022-09-09 10:34:10 +03:00
parent 4c9ec2ffc1
commit ad9b6928f2
5 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
@stack('footer_start')
<footer class="footer">
<div class="lg:absolute bottom-10 right-6 lg:right-24 flex flex-col sm:flex-row items-center justify-end text-sm font-light">
{{ trans('footer.powered') }}:&nbsp;<x-link href="{{ trans('footer.link') }}" target="_blank">{{ trans('footer.software') }}</x-link>
{{ trans('footer.powered') }}:&nbsp;<x-link href="{{ trans('footer.link') }}" target="_blank" override="class">{{ trans('footer.software') }}</x-link>
</div>
</footer>
@stack('footer_end')