bug: optimize download btn for mobile
This commit is contained in:
parent
5176c18625
commit
558f58e4b2
2 changed files with 19 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue