sables-d-olonne: improve typo of profile & card cells (#53326)

This commit is contained in:
Thomas Jund 2021-04-28 12:33:23 +02:00
parent 0a5f6b8549
commit 022e2bce30
1 changed files with 14 additions and 0 deletions

View File

@ -530,6 +530,20 @@ div.cell {
}
}
// Cells with label + value
div.card,
#profile {
> * {
margin: 0;
}
span.label {
line-height: 1;
}
.value {
margin-bottom: 0.3em;
}
}
//
// WCS
//