theme, plugins und config für die Webseite der Baptisten Hohenacker https://baptisten-hohenacker.de
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
313 B

// styling
.callout {
background: $text-bg;
color: $text-text;
padding: 15px $content-padding;
.align-left {
float: left;
margin-right: 15px;
}
.align-right {
float: right;
margin-left: 15px;
}
img {
border-radius: $border-radius;
}
}