style: max width for footer

This commit is contained in:
Ayo 2023-06-18 18:30:39 +02:00
parent 55d69661b3
commit e51bb46f48

View file

@ -21,6 +21,7 @@ import Icon from 'astro-iconify'
<style lang="scss"> <style lang="scss">
.footer { .footer {
width: 100%; width: 100%;
max-width: 350px;
margin: 0 auto; margin: 0 auto;
text-align: center; text-align: center;
color: #333; color: #333;