Skip to content

Commit

Permalink
Fixed donate page on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
99TheDark committed Dec 20, 2023
1 parent 1f2a33b commit f28885e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions donate/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,23 @@
text-align: center;
margin-top: 2.8em;
margin-bottom: 2.4em;
}

@media (max-width: 550px) {
#content {
flex-direction: column;
gap: 0px;
}

#methods {
margin-top: 15px;
margin-left: 2px;
flex-direction: row;
}
}

@media (max-width: 450px) {
#content {
margin: 3em 4em;
}
}

0 comments on commit f28885e

Please sign in to comment.