mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
fix the footer
This commit is contained in:
parent
f0e8dd3b91
commit
2e8040efb5
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<footer class="text-center py-4 rounded-xl children:(mx-3) w-full mt-10 mb-5">
|
||||
<footer class="text-center py-40 children:(mx-30) w-full mt-10 mb-5">
|
||||
<a aria-label="GitHub" href="https://github.com/TeamPiped/Piped" target="_blank">
|
||||
<font-awesome-icon :icon="['fab', 'github']" />
|
||||
<span class="ml-2" v-t="'actions.source_code'" />
|
||||
|
@ -48,6 +48,7 @@ export default {
|
|||
<style>
|
||||
footer {
|
||||
@apply bg-light-900;
|
||||
border-radius: var(--efy_radius);
|
||||
}
|
||||
.dark footer {
|
||||
@apply bg-dark-800;
|
||||
|
|
Loading…
Reference in a new issue