Skip to content

Instantly share code, notes, and snippets.

@curiositry
Last active April 23, 2023 06:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save curiositry/805b034ce430dbfdd23d08e756f26ff3 to your computer and use it in GitHub Desktop.
Save curiositry/805b034ce430dbfdd23d08e756f26ff3 to your computer and use it in GitHub Desktop.
Disable weblog hanging punctuation
<style>
.content ul {
padding-inline-start: 1rem !important;
}
.content ol {
padding-inline-start: 2rem !important;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment