style landing page modules and start reorganising css

This commit is contained in:
Benedikt Rötsch
2017-10-02 13:34:34 +02:00
committed by Benedikt Rötsch
parent 3459c4c32c
commit e955555f1a
13 changed files with 334 additions and 18 deletions

View File

@@ -1,5 +1,7 @@
mixin moduleCopy(module)
.module.module-copy
h1.module-copy__title #{module.fields.title}
h3.module-copy__headline #{module.fields.headline}
h1.module-copy__headline #{module.fields.headline}
div.module-copy__copy !{helpers.markdown(module.fields.copy)}
if module.fields.ctaTitle && module.fields.ctaLink
a.cta(href=module.fields.ctaLink)= module.fields.ctaTitle