Skip to content

Commit

Permalink
fix UI on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrk24 committed Mar 13, 2024
1 parent fc3d933 commit ab0bb6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<script type="module" src="src/index.js"></script>
<style>
meter {
width: 18em;
width: min(18em, calc(100vw - 8.875em));
}
img {
width: 2.5em;
width: min(2.5em, calc((100vw - 6.5em) / 8));
}
#output td {
padding: 0 0.5em;
Expand Down

0 comments on commit ab0bb6a

Please sign in to comment.