diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-11 22:33:00 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-11 22:33:00 +0200 |
| commit | c2c78c90f10485e89e52520951340ba9a1558408 (patch) | |
| tree | bd8ffc41c602bb18b0bd4cc4a959967500f936f6 /assets/sass/_syntax.scss | |
| parent | c3cc89ba657add7831e457b4e1ad26d69f6e5de4 (diff) | |
| download | gohugo-theme-ed-c2c78c90f10485e89e52520951340ba9a1558408.tar.gz | |
Correct code style
Diffstat (limited to 'assets/sass/_syntax.scss')
| -rw-r--r-- | assets/sass/_syntax.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/sass/_syntax.scss b/assets/sass/_syntax.scss index 7d208e6..05a61c7 100644 --- a/assets/sass/_syntax.scss +++ b/assets/sass/_syntax.scss @@ -34,9 +34,9 @@ pre code { /* Pygments via Hugo */ .highlight { - margin-bottom: 1rem; - border-radius: 4px; + margin-bottom: 1rem; + border-radius: 4px; } .highlight pre { - margin-bottom: 0; + margin-bottom: 0; } |
