Remove margin: 0 auto

This commit is contained in:
Jared He 2022-09-07 23:08:53 -04:00
parent 4915466f34
commit 22769fd391
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
position: relative; position: relative;
flex-direction: column; flex-direction: column;
width: 90%; width: 90%;
margin: 0 auto;
} }
.about { .about {