Skip to content

Commit

Permalink
Add Icebreakers styling
Browse files Browse the repository at this point in the history
  • Loading branch information
rendall committed Nov 17, 2023
1 parent 9f9c8bc commit 3fc64ba
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/scss/simple-comment-style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}

0 comments on commit 3fc64ba

Please sign in to comment.