Fix instrument layout on mobile
This commit is contained in:
parent
bfeeb232d3
commit
82efc4ffc6
|
|
@ -47,6 +47,8 @@
|
|||
|
||||
&__content {
|
||||
padding: 0 $small-spacing;
|
||||
box-sizing: border-box;
|
||||
max-width: 100vw;
|
||||
|
||||
@include desktop {
|
||||
padding: 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue