Fix css for small devices (max-width: 320px)

This commit is contained in:
pablovidal85 2017-05-03 16:00:38 +02:00
commit 1140f0bd96
4 changed files with 46 additions and 0 deletions

View file

@ -8,6 +8,9 @@
&-amount {
float: right;
font-size: 18px;
@media(max-width: 320px) {
text-align: right;
}
}
&-note {