Fix more container max width
This commit is contained in:
parent
e528263edc
commit
5b447b25b1
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
max-width: $content-max-width;
|
||||
|
||||
@include point-tablet {
|
||||
display: none;
|
||||
|
|
|
|||
Loading…
Reference in a new issue