mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-15 12:48:22 +00:00
fix the footer
This commit is contained in:
parent
f0e8dd3b91
commit
2e8040efb5
@ -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 New Issue
Block a user