mirror of
https://github.com/DanilaFe/abacus
synced 2024-11-19 08:54:25 -08:00
Fix problems with scaling on mobile phones.
This commit is contained in:
parent
a7536b198f
commit
251da90d57
|
@ -13,6 +13,8 @@
|
|||
|
||||
img {
|
||||
margin: auto;
|
||||
width: 100%;
|
||||
max-width: 432px;
|
||||
}
|
||||
|
||||
div#buttons {
|
||||
|
|
|
@ -16,6 +16,7 @@ a {
|
|||
color: $background-color;
|
||||
|
||||
&.button {
|
||||
display: inline-block;
|
||||
background-color: $background-color;
|
||||
color: $clear-color;
|
||||
padding: 10px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user