add margin to all first elements after h1 in content

This commit is contained in:
Elisabeth Dickinson 2021-03-08 11:00:33 +01:00
parent 9ee03d24f5
commit c21899ae41

View File

@ -540,7 +540,7 @@ header.o_main_header{
color: $o-violet-dark;
font-weight: $fw_bold;
max-width: calc(100% - 120px);
+ p {
+ *:not(h2) {
margin-top: 1rem;
}
}