Add styling to Terms page elements

This commit is contained in:
2022-09-07 22:45:19 +02:00
parent 3d7b859d12
commit 46a78851ec

View File

@@ -54,6 +54,16 @@
@include bp (sd) {
grid-column: 8 / -1;
}
& > :global(*:not(:last-child)) {
margin-bottom: 1em;
}
:global(strong) {
font-weight: 500;
}
:global(ul) {
margin-left: 1em;
}
}
}
}