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

github.com/wlh320/hugo-theme-hulga.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/css/common.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/css/common.scss b/assets/css/common.scss
index 82ba77b..2b5e2e4 100644
--- a/assets/css/common.scss
+++ b/assets/css/common.scss
@@ -78,6 +78,9 @@ body {
.highlight {
position: relative;
}
+.highlight:not(:last-child) {
+ margin-bottom: 1em;
+}
.chroma code:before {
content: attr(data-lang);
position: absolute;