decrease container width

This commit is contained in:
ghost 2023-10-04 19:15:33 +03:00
parent 8680718714
commit 02e56e4d08

View File

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