demo tweaks

This commit is contained in:
lindsaym-fa
2024-03-08 09:42:28 -05:00
parent 4bb032ad2c
commit 22e7fd2e9d
3 changed files with 3 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
---
meta:
title: Blog patterns
title: Patterns List
description: TBD
toc: false
---
@@ -21,7 +21,7 @@ toc: false
}
</style>
# Blog Post Patterns
# Blog Patterns
## Overflowing Hero

View File

@@ -137,18 +137,6 @@ toc: false
</div>
</div>
</div>
<div class="wa:blog:cta wa:arrange:gap-m">
<div class="wa:block-flow:s">
<h2><strong>Don't miss a thing.</strong></h2>
<p>Subscribe to receive the latest posts in your inbox.</p>
</div>
<div class="wa:arrange:flex:gap-s">
<wa-input class="wa:fill_space" type="email" placeholder="your@email.com">
<wa-icon name="envelope" variant="regular" label="email" slot="prefix"></wa-icon>
</wa-input>
<wa-button variant="brand">Subscribe</wa-button>
</div>
</div>
<div class="wa:blog:recommended">
<div class="wa:block-flow:xl">
<h2>You may also like</h2>

View File

@@ -19,6 +19,7 @@ toc: false
}
main {
padding: initial;
padding-bottom: var(--wa-space-3xl);
margin: var(--wa-space-xl);
}
.anchor-heading a {