style: max width for footer
This commit is contained in:
parent
55d69661b3
commit
e51bb46f48
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue