Layout fix.

This commit is contained in:
Mike Cao 2020-08-17 17:23:46 -07:00
parent bab70279dd
commit cb9dcc7300
3 changed files with 7 additions and 30 deletions

View file

@ -1,12 +0,0 @@
.layout {
display: flex;
flex-direction: column;
}
.center {
align-items: center;
}
.middle {
justify-content: center;
}