update container width

This commit is contained in:
ghost 2023-10-11 03:34:30 +03:00
parent 855929f592
commit 6ea0024b94

View File

@ -1,7 +1,7 @@
.container {
position: relative;
overflow: hidden;
max-width: 768px;
max-width: 732px;
margin: 0 auto;
}