aboutsummaryrefslogtreecommitdiff
path: root/_static
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2026-04-04 18:01:45 +0700
committerShulhan <ms@kilabit.info>2026-04-04 18:01:45 +0700
commit60081b107767ae33f011459d193bfcbab02e78c8 (patch)
tree941fb7bfe82fc5619ec03024968519d1178adef6 /_static
parent2ec679da42354a3be81e617da27bc84977729e33 (diff)
downloadciigo-60081b107767ae33f011459d193bfcbab02e78c8.tar.xz
_static: remove the flex-direction in headings
The fix for anchor position has been updated in asciidoctor-go, so lets remove the quick fix in here.
Diffstat (limited to '_static')
-rw-r--r--_static/ciigo.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/_static/ciigo.css b/_static/ciigo.css
index fda78c0..17a66f5 100644
--- a/_static/ciigo.css
+++ b/_static/ciigo.css
@@ -75,7 +75,6 @@ h5,
h6 {
/* Make the anchor position on the right to fix overflow */
display: flex;
- flex-direction: row-reverse;
justify-content: start;
padding-bottom: 0.5em;
}