montreuil: fix right padding on forms categories titles (#32591)

This commit is contained in:
Serghei Mihai 2019-09-20 16:01:44 +02:00
parent e751a89408
commit bb988aab70
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ div.gru-nav {
background: $primary-color center left no-repeat;
font-weight: bold;
padding-left: 45px;
padding-right: 1.75em;
display: flex;
align-items: center;
}