Skip to content

Commit 8f5bd74

Browse files
committed
fix(wochenangebot): adjust section padding for improved layout
1 parent f74820f commit 8f5bd74

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

src/views/partials/wochenangebot.pug

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@
1616
.replace('{instagram}', instagramLink)
1717
.replace('{facebook}', facebookLink);
1818
19-
section(id=slugify(wa.title || 'Wochenangebot'))
20-
.py-5
21-
.container
22-
h2.section-title.text-shine.text-center.text-uppercase= wa.title || 'Wochenangebot'
23-
.special-notice.mx-auto.text-center
24-
p.special-notice__text.text-shine.mb-3!= introHtml
25-
if wa.hint
26-
p.special-notice__hint.text-shine.mb-0
27-
| ! #{wa.hint}
19+
section.pt-0(id=slugify(wa.title || 'Wochenangebot'))
20+
.container
21+
h2.section-title.text-shine.text-center.text-uppercase= wa.title || 'Wochenangebot'
22+
.special-notice.mx-auto.text-center
23+
p.special-notice__text.text-shine.mb-3!= introHtml
24+
if wa.hint
25+
p.special-notice__hint.text-shine.mb-0
26+
| ! #{wa.hint}

0 commit comments

Comments
 (0)