Skip to content

Commit

Permalink
Make the font-size 1.15em on mobile phones, in order to have the char…
Browse files Browse the repository at this point in the history
…t icons be positioned more accurately.
  • Loading branch information
johndoknjas committed Dec 5, 2024
1 parent 6d1581f commit fdc2c64
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ui/lobby/css/app/_hook-chart.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@
transform: scale(1.15);
}
}

@media (max-width: 480px) {
.plot {
font-size: 1.15em; // Adjust for mobile phone screens.
}
}
}

#hook {
Expand Down

0 comments on commit fdc2c64

Please sign in to comment.