summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2021-07-14 17:26:26 +0300
committereug-vs <eug-vs@keemail.me>2021-07-14 17:26:26 +0300
commit016716faf2462ced216aeda1d79815f24d6008fc (patch)
tree32f8ce013458420ea29aca02c720eb41e03f4b69 /style.css
parent349e44c99331aaef4d6441a120c751270b817678 (diff)
downloadeug-vs-xyz-016716faf2462ced216aeda1d79815f24d6008fc.tar.gz
feat: improve code blocks style
Diffstat (limited to 'style.css')
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index b481351..66480df 100644
--- a/style.css
+++ b/style.css
@@ -68,7 +68,7 @@ pre {
margin: 1em 0;
overflow: auto;
border: 1px solid rgba(255, 255, 255, 0.12);
- padding: 8px 4px;
+ padding: 16px 8px;
}
pre code {
overflow: visible;