Add small space between p + p
All checks were successful
Deploy / Deploy to Production (push) Successful in 4s
All checks were successful
Deploy / Deploy to Production (push) Successful in 4s
This commit is contained in:
parent
6a3f2e4234
commit
2563b27d26
3 changed files with 3 additions and 3 deletions
|
|
@ -85,7 +85,7 @@ p {
|
||||||
}
|
}
|
||||||
|
|
||||||
p + p {
|
p + p {
|
||||||
/*! text-indent: var(--indentation); */
|
margin-top: calc(var(--line-height-S) / 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
|
|
|
||||||
|
|
@ -86,7 +86,7 @@ p {
|
||||||
}
|
}
|
||||||
|
|
||||||
p + p {
|
p + p {
|
||||||
/*! text-indent: var(--indentation); */
|
margin-top: calc(var(--line-height-S) / 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue