fix(footer): incorrect padding

This commit is contained in:
2026-03-28 14:41:28 +01:00
parent 8392e2fa29
commit 3f6afa5d4c
+1 -1
View File
@@ -58,6 +58,6 @@ export default defineComponent({
<style lang="scss" scoped> <style lang="scss" scoped>
footer { footer {
text-align: center; text-align: center;
padding-bottom: 0.5em; padding: 0 0.5em 0.5em 0.5em;
} }
</style> </style>