diff --git a/src/style/pages/_terms.scss b/src/style/pages/_terms.scss index 9e5a1b6..81146e6 100644 --- a/src/style/pages/_terms.scss +++ b/src/style/pages/_terms.scss @@ -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; + } } } } \ No newline at end of file