make logo smaller

This commit is contained in:
Amolith 2019-05-28 19:06:01 -04:00
parent a2a16e32ae
commit 3667f80e74
Signed by: Amolith
GPG Key ID: 51FD40936DB0065B
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ body {
}
.logo {
background: url(../images/logo3.svg) no-repeat center;
height: 175px;
background-size: 110px;
height: 135px;
background-size: 90px;
display:flex;
justify-content:center;
align-items:center;