increase container width

This commit is contained in:
ghost 2023-10-10 04:15:20 +03:00
parent f8969ba66e
commit a5d5f95dce

View File

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