0

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
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA

View File

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