style: footer spacing

This commit is contained in:
Ayo 2023-06-14 21:20:14 +02:00
parent 968cc03cd4
commit d2f698571e

View file

@ -15,6 +15,8 @@
<style lang="scss"> <style lang="scss">
.footer { .footer {
width: 100%; width: 100%;
max-width: 350px;
margin: 0 auto;
text-align: center; text-align: center;
color: #555; color: #555;
font-size: small; font-size: small;