Fix logo alignment for mobile. Closes #2263

This commit is contained in:
Gabe Kangas
2022-11-06 16:09:05 -08:00
parent a859b1be5f
commit 20e9d030ed

View File

@@ -22,6 +22,10 @@
margin: 0.6rem;
}
}
@include screen(mobile) {
align-items: center;
}
}
.titleSection {