change code snippet width

This commit is contained in:
Yath Seanghay 2021-01-07 19:34:14 +07:00
parent 3d6e695619
commit b1e9e7e93f

View File

@ -262,7 +262,7 @@ button:not(:disabled):active {
@media only screen and (max-width: 600px) { @media only screen and (max-width: 600px) {
.vd-code-snippet { .vd-code-snippet {
max-width: 300px; max-width: 350px;
} }
.vd-title { .vd-title {