Fix image size & padding

This commit is contained in:
Steven 2019-02-25 13:50:06 -05:00
parent 776c5b2b5a
commit 79d561d167

View File

@ -68,13 +68,14 @@ function getCss(theme: string, fontSize: string) {
display: flex;
align-items: center;
align-content: center;
justify-content: space-evenly;
justify-content: center;
justify-items: center;
}
.logo {
width: 225px;
width: auto;
height: 225px;
margin: 0 75px;
}
.plus {