Skip to content

Commit

Permalink
fix buttons stacking on mobile #13
Browse files Browse the repository at this point in the history
  • Loading branch information
fredhohman committed Aug 14, 2020
1 parent d92bd90 commit c7cfda2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/diagrams/details-math.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
button {
border: none;
padding: 12px 24px;
padding: 0.75em 1.5em;
text-align: center;
text-decoration: none;
font-size: 1em;
Expand Down Expand Up @@ -82,6 +82,7 @@
button {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
font-size: 0.9em;
}
}
Expand Down

0 comments on commit c7cfda2

Please sign in to comment.