mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-02-24 11:13:02 +01:00
Add a footer to the application
This commit is contained in:
parent
d2ab6cebda
commit
b6ee22f066
5
resources/assets/sass/custom/_app.scss
vendored
5
resources/assets/sass/custom/_app.scss
vendored
@ -8,6 +8,11 @@ body:not(.bookmarklet) {
|
||||
padding-bottom: ($spacer * 2);
|
||||
}
|
||||
|
||||
.footer {
|
||||
padding-top: ($spacer * 2);
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
@media (max-width: 991px) {
|
||||
.container {
|
||||
width: 100%;
|
||||
|
@ -13,6 +13,8 @@
|
||||
@yield('content')
|
||||
</main>
|
||||
|
||||
@include('partials.footer')
|
||||
|
||||
<script src="{{ asset('assets/dist/js/dependencies.js') }}"></script>
|
||||
@stack('scripts')
|
||||
|
||||
|
@ -13,6 +13,8 @@
|
||||
@yield('content')
|
||||
</main>
|
||||
|
||||
@include('partials.footer')
|
||||
|
||||
<script src="{{ asset('assets/dist/js/dependencies.js') }}"></script>
|
||||
@stack('scripts')
|
||||
|
||||
|
3
resources/views/partials/footer.blade.php
Normal file
3
resources/views/partials/footer.blade.php
Normal file
@ -0,0 +1,3 @@
|
||||
<aside class="footer container text-center small">
|
||||
Linkace is a project by <a href="https://kovah.de/">Kovah.de</a>
|
||||
</aside>
|
Loading…
x
Reference in New Issue
Block a user