bug: optimize download btn for mobile

This commit is contained in:
Seth Falco
2022-01-04 21:13:43 +01:00
parent 5176c18625
commit 558f58e4b2
2 changed files with 19 additions and 4 deletions
+11
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;