css: Reduce commit-message left padding

The commit message has a very large left and right padding, but doesn't
improve readability and might make the commit message more difficult to
read on smaller screens.

This patch shortens the padding.
This commit is contained in:
Alberto Bertogli 2021-05-15 00:58:11 +01:00
parent 0d61bbf7f5
commit bc1ee87dfe

@ -151,7 +151,7 @@ div.toggable-title {
/* Commit message and diff. */
pre.commit-message {
font-size: large;
padding: 0.2em 2em;
padding: 0.2em 0.5em;
}
pre.diff-body {