product > details : preserve line jump
All checks were successful
Deploy / Deploy to Production (push) Successful in 9s

This commit is contained in:
isUnknown 2025-12-12 10:59:53 +01:00
parent 30d09d6104
commit 1ca2fcfeee
8 changed files with 30 additions and 4 deletions

View file

@ -63,3 +63,12 @@
margin-bottom: 0.5em;
}
}
.section__product {
.details {
> p,
> ul {
margin-bottom: 1rem;
}
}
}