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">
|
<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;
|
||||||
|
|
Loading…
Reference in a new issue