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

github.com/reuixiy/hugo-theme-meme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/base/_data-attributes.scss')
-rw-r--r--assets/scss/base/_data-attributes.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/scss/base/_data-attributes.scss b/assets/scss/base/_data-attributes.scss
index 8508eaf..c03e3bc 100644
--- a/assets/scss/base/_data-attributes.scss
+++ b/assets/scss/base/_data-attributes.scss
@@ -16,6 +16,11 @@
text-justify: distribute;
}
}
+ .footnotes {
+ a {
+ word-break: break-all;
+ }
+ }
}
[data-align="center"] {
.post-body p {