saumur: reduce padding and margin on link list description (#73538)

This commit is contained in:
Agate 2023-01-18 10:37:46 +01:00
parent ec53b34df1
commit 81b3fbac8e
1 changed files with 9 additions and 0 deletions

View File

@ -100,6 +100,15 @@ h3 {
%cell-links-list {
font-family: Roboto, sans-serif;
li a {
z-index: 0;
}
li div.description p {
margin-left: 0;
margin-top: -$space-large * 0.7;
position: relative;
z-index: 1000;
}
}
.search-cell.transparent {