diff options
| author | Shulhan <ms@kilabit.info> | 2026-04-04 18:01:45 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-04-04 18:01:45 +0700 |
| commit | 60081b107767ae33f011459d193bfcbab02e78c8 (patch) | |
| tree | 941fb7bfe82fc5619ec03024968519d1178adef6 /_static | |
| parent | 2ec679da42354a3be81e617da27bc84977729e33 (diff) | |
| download | ciigo-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.css | 1 |
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; } |
