Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WingLim/hugo-tania.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWingLim <winglim@qq.com>2021-09-25 11:53:13 +0300
committerWingLim <winglim@qq.com>2021-09-25 11:53:13 +0300
commiteca7e67ae8ea964e3fbc2f086d61dd25b50ba989 (patch)
tree6d74c085cf358c16c2c715adf457176fed78253c
parentcad48509a4fa1ebd09468d5530dfe38e3d7c48dc (diff)
style: code padding without line numbers
-rw-r--r--assets/sass/components/_highlight.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/sass/components/_highlight.scss b/assets/sass/components/_highlight.scss
index 312f2eb..e6352ca 100644
--- a/assets/sass/components/_highlight.scss
+++ b/assets/sass/components/_highlight.scss
@@ -36,7 +36,7 @@ pre > code {
background: $code-background;
code {
- padding: 30px 10px 10px;
+ padding: 40px 10px 10px;
}
code[data-lang]::before {