summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-05-28 16:25:01 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-05-28 16:25:01 +0200
commit6b0be385ffa2f020b8dbeab13670194a1986a52b (patch)
tree0d0056f1dc7fe32ed0323450b79a86d71b14d79f
parentab124791bbeb470a51ea31dd31d806af5ce97ee3 (diff)
downloadgohugo-theme-ed-6b0be385ffa2f020b8dbeab13670194a1986a52b.tar.gz
Correct documentation
-rw-r--r--assets/sass/_ed.scss2
-rw-r--r--resources/_gen/assets/scss/sass/style.scss_f300667da4f5b5f84e1a9e0702b2fdde.content2
2 files changed, 2 insertions, 2 deletions
diff --git a/assets/sass/_ed.scss b/assets/sass/_ed.scss
index c227ad8..2f26ad1 100644
--- a/assets/sass/_ed.scss
+++ b/assets/sass/_ed.scss
@@ -661,7 +661,7 @@ u,
Line layouts for prose-poetry and theater
To use these layouts you need to add the classes to your markdown or HTML lines.
- (ex. "- {:.centered} hello!")
+ (ex. "- {.centered} hello!")
*/
li.centered {
diff --git a/resources/_gen/assets/scss/sass/style.scss_f300667da4f5b5f84e1a9e0702b2fdde.content b/resources/_gen/assets/scss/sass/style.scss_f300667da4f5b5f84e1a9e0702b2fdde.content
index 93ac7ae..b6e2071 100644
--- a/resources/_gen/assets/scss/sass/style.scss_f300667da4f5b5f84e1a9e0702b2fdde.content
+++ b/resources/_gen/assets/scss/sass/style.scss_f300667da4f5b5f84e1a9e0702b2fdde.content
@@ -571,7 +571,7 @@ u,
Line layouts for prose-poetry and theater
To use these layouts you need to add the classes to your markdown or HTML lines.
- (ex. "- {:.centered} hello!")
+ (ex. "- {.centered} hello!")
*/
li.centered {
text-align: center; }