Fix logo alignment bug

This commit is contained in:
Brandon Romano 2020-05-13 16:36:04 -07:00
parent fe1c263b5d
commit 0014fad5d4
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,7 @@
width: 100%;
& .mono-logos {
align-items: baseline;
display: flex;
justify-content: center;
max-width: 750px;
@ -51,6 +52,7 @@
flex-wrap: wrap;
& > img {
height: 100%;
max-height: 40px;
width: 33.33%;
padding: 0 30px;