Fix more container max width

This commit is contained in:
qwreey 2025-10-13 12:26:40 +00:00
parent e528263edc
commit 5b447b25b1
Signed by: qwreey
GPG key ID: D28DB79297A214BD

View file

@ -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;