Fix css for small devices (max-width: 320px)
This commit is contained in:
parent
b14efe2b2a
commit
1140f0bd96
4 changed files with 46 additions and 0 deletions
|
|
@ -8,6 +8,9 @@
|
|||
&-amount {
|
||||
float: right;
|
||||
font-size: 18px;
|
||||
@media(max-width: 320px) {
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
|
||||
&-note {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue