bug: optimize download btn for mobile

This commit is contained in:
Seth Falco 2022-01-04 21:13:43 +01:00
commit 558f58e4b2
No known key found for this signature in database
GPG key ID: DE1C217EFF01FEC8
2 changed files with 19 additions and 4 deletions

View file

@ -256,6 +256,17 @@ h3.header {
height: 32px;
}
#download-btn-wrapper {
display: flex;
justify-content: center;
margin: 2em 0;
}
#download-btn {
display: flex;
align-items: center;
}
@media (min-width: 280px) {
.btn-text {
display: inline;