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.

21 lines
315 B

@import "showcase";
@import "features";
@import "text";
.modular {
.modular-row:last-child {
margin-bottom: 2rem;
}
.modular-anchor {
display: block;
position: relative;
top: -1 * ($header-height);
visibility: hidden;
}
}
body.fixed-nav {
padding-top: $header-height;
}