Tweak page title background shading padding

This commit is contained in:
Benjamin Melançon 2019-08-31 11:42:41 -04:00
parent 844168c3c1
commit c8c591083b

View file

@ -74,6 +74,6 @@
.page-title .title > span {
background-color: rgba($offwhite, 0.66);
padding: 0.2em;
border-radius: 0.3em;
padding: 0.4em 0.3em 0.3em 0.3em;
border-radius: 0.4em;
}