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%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
max-width: $content-max-width;
|
||||||
|
|
||||||
@include point-tablet {
|
@include point-tablet {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue