mirror of
https://github.com/DanilaFe/abacus
synced 2025-04-21 16:18:44 -07:00
Fix problems with scaling on mobile phones.
This commit is contained in:
parent
8711143145
commit
b44b5d2531
@ -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