product > details : preserve line jump
All checks were successful
Deploy / Deploy to Production (push) Successful in 9s
All checks were successful
Deploy / Deploy to Production (push) Successful in 9s
This commit is contained in:
parent
30d09d6104
commit
1ca2fcfeee
8 changed files with 30 additions and 4 deletions
|
|
@ -63,3 +63,12 @@
|
|||
margin-bottom: 0.5em;
|
||||
}
|
||||
}
|
||||
|
||||
.section__product {
|
||||
.details {
|
||||
> p,
|
||||
> ul {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -475,6 +475,11 @@ main {
|
|||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.section__product .details > p,
|
||||
.section__product .details > ul {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
@keyframes add-border {
|
||||
from {
|
||||
border-bottom-color: transparent;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue