diff --git a/assets/css/custom.css b/assets/css/custom.css index 6122366..56ce8ac 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -1,3 +1,7 @@ html { scroll-padding-top: 5rem; } + +h3.hx\:sr-only + * { + margin-top: 0 !important; +} diff --git a/layouts/shortcodes/instruction.md b/layouts/shortcodes/instruction.md index 22e8bb4..0e9b44f 100644 --- a/layouts/shortcodes/instruction.md +++ b/layouts/shortcodes/instruction.md @@ -58,7 +58,18 @@ result is negative, zero, or positive. {{- $examples := .Get "examples" -}} {{- $description := .Inner -}} -### {{ $mnemonic }} + +
+ + {{ $mnemonic }} + +
+ + +### {{ $mnemonic }} {.hx:sr-only} > {{ $short }} @@ -92,3 +103,6 @@ result is negative, zero, or positive. ``` {{ $examples }} ``` + +
+