details styles

This commit is contained in:
Julie Blanc 2026-03-17 15:59:47 +01:00
parent 6e97e2f46c
commit 1867e54400
6 changed files with 52 additions and 32 deletions

View file

@ -1,19 +1,22 @@
.description {
/* margin-bottom: calc(var(--baseline)*1); */
padding-left: calc(var(--unit)*0.75);
padding-right: calc(var(--unit)*0.75);
position: relative;
top: -4px;
}
.description-after {
margin-top: -2px;
margin-bottom: calc(var(--baseline)*1);
}
.description-before {
margin-bottom: 2px;
position: relative;
top: -6px;
}
.description-after {
margin-top: -5px;
margin-bottom: calc(var(--baseline)*1 - 3px);
}
.description-before,
.description-after {