add margin to all first elements after h1 in content
This commit is contained in:
parent
9ee03d24f5
commit
c21899ae41
@ -540,7 +540,7 @@ header.o_main_header{
|
|||||||
color: $o-violet-dark;
|
color: $o-violet-dark;
|
||||||
font-weight: $fw_bold;
|
font-weight: $fw_bold;
|
||||||
max-width: calc(100% - 120px);
|
max-width: calc(100% - 120px);
|
||||||
+ p {
|
+ *:not(h2) {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user