Skip to content

Commit

Permalink
💄 Improve documentation headings on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Jan 31, 2024
1 parent 8a45d31 commit fa7983b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/markdom.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
|--------------------------------------------------------------------------
*/
'heading_permalink' => [
'html_class' => '!text-white/10 hover:!text-primary-500 !transition !no-underline !mr-2 !-ml-6',
'html_class' => '!text-white/10 hover:!text-primary-500 !transition !no-underline !mr-2 md:!-ml-6',
'insert' => 'before',
'title' => 'Permalink',
'symbol' => '#',
Expand Down

0 comments on commit fa7983b

Please sign in to comment.