Reduce the padding of admonition blocks.

This commit is contained in:
tastytea 2021-03-15 23:32:55 +01:00
parent 26df3f3bd7
commit f98fe34e98
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ div.admonitionblock
div.admonitionblock td
{
padding: 0.5em 1em;
padding: 0 0.4em;
}
/* AsciiDoc images. */