Tweak page title background shading padding
This commit is contained in:
parent
844168c3c1
commit
c8c591083b
1 changed files with 2 additions and 2 deletions
|
@ -74,6 +74,6 @@
|
||||||
|
|
||||||
.page-title .title > span {
|
.page-title .title > span {
|
||||||
background-color: rgba($offwhite, 0.66);
|
background-color: rgba($offwhite, 0.66);
|
||||||
padding: 0.2em;
|
padding: 0.4em 0.3em 0.3em 0.3em;
|
||||||
border-radius: 0.3em;
|
border-radius: 0.4em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue