footer margin

This commit is contained in:
Emma Tebibyte 2022-09-23 20:06:11 -04:00
parent b0ae300137
commit c47cb5f329
Signed by: emma
GPG Key ID: 6D661C738815E7DD
1 changed files with 3 additions and 1 deletions

View File

@ -78,6 +78,8 @@ footer {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 1em auto;
max-width: 70em;
padding: 0.5em 1em;
}
@ -153,7 +155,7 @@ ul {
list-style-type: disc;
}
footer, header, main, nav {
header, main, nav {
max-width: 70em;
margin: 0 auto;
}