pop in pour biographies

This commit is contained in:
2021-03-31 16:19:21 +02:00
parent 9466b09c0f
commit d7bbc3395d
15 changed files with 584 additions and 131 deletions
@@ -1,12 +1,13 @@
// variables
$text-bg: #f6f6f6;
$text-padding: 6rem;
$text-bg: #000;
$text-padding: 4rem;
$image-margin: 2rem;
// styling
.callout {
background: $text-bg;
color: #fff;
padding: $text-padding $content-padding;
@include breakpoint(desktop-only) {
text-align: center;