publik: don't double padding highlighted cells titles (#40280)

This commit is contained in:
Frédéric Péters 2020-02-29 09:08:54 +01:00
parent 357c1f36ec
commit 8c5939b0fc
1 changed files with 3 additions and 0 deletions

View File

@ -158,6 +158,9 @@ div#content {
#content #sidebar .cell.highlight h2 {
color: white;
&:first-child {
padding: 0rem 1rem;
}
}
#content #sidebar .cell.highlight::before {