malakoff: align 'links list' and 'category's forms list' by removing padding in the intra div of '.wcsformsofcategorycell'

This commit is contained in:
Michael Bideau 2019-07-25 18:46:54 +02:00
parent e8b8268cdb
commit 2429f8ed1c
1 changed files with 4 additions and 0 deletions

View File

@ -281,6 +281,10 @@ div#services > ul > li > strong > a,
#columns {
padding: 21px 54px 50px 54px;
border: 1px solid #d8d8d8;
.cell.wcsformsofcategorycell > div > div {
padding: 0;
}
}
}