Skip to content

Commit de888ec

Browse files
bradfrostbmuenzenmeyer
authored andcommitted
Homepage style tweaks
1 parent ace9944 commit de888ec

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

packages/docs/src/_includes/layouts/home.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<h2 class="c-tile__title">
2525
<a class="c-tile__link" href="/demos">Demos</a>
2626
</h2>
27-
<div class="c-tile__description">Gallery of Pattern Lab starterkits and in the wild</div>
27+
<div class="c-tile__description">Demos of pattern starterkits for your project as well as a gallery of Pattern Lab projects in the wild</div>
2828
</div>
2929
<div class="c-tile__shadow" />
3030
</div>
@@ -35,7 +35,7 @@
3535
<h2 class="c-tile__title">
3636
<a class="c-tile__link" href="/resources">Resources</a>
3737
</h2>
38-
<div class="c-tile__description">This is a description</div>
38+
<div class="c-tile__description">Links about Pattern Lab, design systems, and style guides</div>
3939
</div>
4040
<div class="c-tile__shadow" />
4141
</div>

packages/docs/src/resources.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: layouts/page.njk
2+
layout: layouts/docs.njk
33
title: Resources
44
---
55

@@ -35,7 +35,5 @@ title: Resources
3535
## Presentations
3636

3737
- [Screencast: A Quick Intro to Pattern Lab Node with Brian Muenzenmeyer](https://css-tricks.com/video-screencasts/149-quick-intro-pattern-lab-node-brian-muenzenmeyer/)
38-
- [Screencast: Migrating to Pattern Lab 3.0](https://www.youtube.com/watch?v=hIH-lI1QTns&amp;t=1s)
38+
- [Screencast: Migrating to Pattern Lab 3.0](https://www.youtube.com/watch?v=hIH-lI1QTns&t=1s)
3939
- [Code: Migrating to Pattern Lab 3.0](https://github.com/bmuenzenmeyer/pl-migrate-example)
40-
41-

packages/docs/src/scss/components/_hero.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515

1616
@media all and (min-width: $bp-large) {
1717
min-height: 60vh;
18+
padding-top: 2rem;
19+
padding-bottom: 2rem;
1820
}
1921
}
2022

0 commit comments

Comments
 (0)