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">
.footer {
width: 100%;
max-width: 350px;
margin: 0 auto;
text-align: center;
color: #333;