1
0
mirror of https://github.com/DanilaFe/abacus synced 2026-01-18 21:05:19 +00:00

Fix problems with scaling on mobile phones.

This commit is contained in:
2017-08-15 01:24:48 -07:00
parent 8711143145
commit b44b5d2531
2 changed files with 3 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ a {
color: $background-color;
&.button {
display: inline-block;
background-color: $background-color;
color: $clear-color;
padding: 10px;