article h4 : increase margin top
All checks were successful
Deploy / Deploy to Production (push) Successful in 8s
All checks were successful
Deploy / Deploy to Production (push) Successful in 8s
This commit is contained in:
parent
a352c48eaa
commit
16b634aba3
5 changed files with 10 additions and 4 deletions
|
|
@ -40,7 +40,7 @@ article h3 {
|
|||
margin-top: calc(3 * var(--unit--vertical));
|
||||
}
|
||||
article h4 {
|
||||
margin-top: calc(1 * var(--unit--vertical));
|
||||
margin-top: calc(2 * var(--unit--vertical));
|
||||
}
|
||||
|
||||
article li,
|
||||
|
|
|
|||
|
|
@ -165,7 +165,9 @@ button.see-more {
|
|||
margin-bottom: var(--unit--vertical);
|
||||
}
|
||||
|
||||
.side-panel-item-content__texts:not(.side-panel__collection .side-panel-item-content__texts) {
|
||||
.side-panel-item-content__texts:not(
|
||||
.side-panel__collection .side-panel-item-content__texts
|
||||
) {
|
||||
padding: var(--unit--vertical) var(--unit--horizontal);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -921,7 +921,7 @@ article h3 {
|
|||
}
|
||||
|
||||
article h4 {
|
||||
margin-top: calc(1 * var(--unit--vertical));
|
||||
margin-top: calc(2 * var(--unit--vertical));
|
||||
}
|
||||
|
||||
article li,
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
4
site/blueprints/blocks/line.yml
Normal file
4
site/blueprints/blocks/line.yml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
name: Séparateur
|
||||
icon: divider
|
||||
preview: line
|
||||
wysiwyg: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue