montreuil: remove border on last category's form (#32591)

This commit is contained in:
Serghei Mihai 2019-09-20 16:09:12 +02:00
parent bb988aab70
commit 50effa5ffd
1 changed files with 3 additions and 0 deletions

View File

@ -92,6 +92,9 @@ div.gru-nav {
a {
padding: 0.5rem;
}
li:last-child a {
border-bottom: 0;
}
li.more-items a {
background: $secondary-color;
border-radius: 50%;