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

github.com/onweru/compose.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorweru <fromweru@gmail.com>2021-12-14 18:02:26 +0300
committerweru <fromweru@gmail.com>2021-12-14 18:02:26 +0300
commitc742721de72917db1fb434d5aea4569d9258f953 (patch)
tree086ae9a169329bd735bdfc5e2361eb6927544c81
parent9a8866d14a1ca44715b6b81079e868b98644d4fc (diff)
fix code fencing issue #57
Signed-off-by: weru <fromweru@gmail.com>
-rw-r--r--assets/sass/_syntax.sass3
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/sass/_syntax.sass b/assets/sass/_syntax.sass
index 6acda5f..fafb461 100644
--- a/assets/sass/_syntax.sass
+++ b/assets/sass/_syntax.sass
@@ -35,6 +35,9 @@ code
position: relative
padding: 0 1rem
margin: 1.5rem auto 1rem auto
+ & &
+ margin: 0
+ padding: 0
& + &
margin-top: 2.25rem
&:hover > div