fix the footer

This commit is contained in:
Bnyro 2022-10-07 20:16:28 +02:00
parent f0e8dd3b91
commit 2e8040efb5
1 changed files with 2 additions and 1 deletions

View File

@ -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;