Fix instrument layout on mobile

This commit is contained in:
Ramon Wenger 2023-02-20 15:21:09 +01:00
parent bfeeb232d3
commit 82efc4ffc6
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@
&__content {
padding: 0 $small-spacing;
box-sizing: border-box;
max-width: 100vw;
@include desktop {
padding: 0;