diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2023-04-22 14:17:12 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-22 14:17:12 +0300 |
commit | bcbd97258287cc8f192838e69dcec358450f024e (patch) | |
tree | e442070146fcb9251582797bd1413ab7b65412c7 /layouts/partials/meta.html | |
parent | 3965c060bc3f1d9599c20fe4bc0ac538f34511e8 (diff) | |
parent | 91013f06b2b60b32f24129c58e2dba42ccc140ee (diff) |
Merge pull request #265 from JacksonChen666/master
Contain the code blocks & add example page for formatted markdown
Diffstat (limited to 'layouts/partials/meta.html')
-rw-r--r-- | layouts/partials/meta.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html index c8381a9..bb28846 100644 --- a/layouts/partials/meta.html +++ b/layouts/partials/meta.html @@ -107,6 +107,10 @@ padding: 16px; } + .markdown pre { + overflow-x: scroll; + } + .contain--more { max-width: 680px; } .center { text-align: center; } |