From b1e9e7e93f9835173dabbc917143849285b59d00 Mon Sep 17 00:00:00 2001 From: Yath Seanghay Date: Thu, 7 Jan 2021 19:34:14 +0700 Subject: [PATCH] change code snippet width --- styles/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/globals.css b/styles/globals.css index 7cea504..c60bcf0 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -262,7 +262,7 @@ button:not(:disabled):active { @media only screen and (max-width: 600px) { .vd-code-snippet { - max-width: 300px; + max-width: 350px; } .vd-title {