From 46a78851ec49959e48d910dad468f336880e0a9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Wed, 7 Sep 2022 22:45:19 +0200 Subject: [PATCH] Add styling to Terms page elements --- src/style/pages/_terms.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) 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