This commit is contained in:
2025-05-07 13:34:26 -07:00
parent e51449d5eb
commit 9b3639c850
4 changed files with 43 additions and 3 deletions

View File

@@ -17,6 +17,28 @@ section.multiblock-callout {
.callouts-wrapper {
.callout {
padding-left: 3rem;
display: flex;
gap: 1rem;
.image-wrapper {
width: 31px;
flex-shrink: 0;
}
.content {
border-left: 1px solid $c-white;
padding-left: 1rem;
p {
margin-bottom: 0;
&.headline {
color: $c-tan;
font-size: 30px;
line-height: 34px;
}
}
}
}
}
}