From 3fc64ba3c025098fe45ea00c9e8b6c84d4839ca3 Mon Sep 17 00:00:00 2001 From: Rendall Date: Fri, 17 Nov 2023 15:58:53 +0200 Subject: [PATCH] Add Icebreakers styling --- src/scss/simple-comment-style.scss | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/src/scss/simple-comment-style.scss b/src/scss/simple-comment-style.scss index cad0c0b..feaf306 100644 --- a/src/scss/simple-comment-style.scss +++ b/src/scss/simple-comment-style.scss @@ -563,3 +563,29 @@ $highlight-text-color: color.scale( background-color: inherit; } } + +.icebreakers { + header { + max-width: 62rem; + align-items: flex-start; + margin: 3rem auto; + + .headlines { + margin-left: 3rem; + h1, + h2 { + margin: 0; + padding: 0; + } + + h2.icebreakers-logotype { + font-size: 2.2rem; + margin-bottom: 2rem; + } + } + + p.instructions { + margin-bottom: 2rem; + } + } +}