Commit
+6 -1 +/-2 browse
1 | diff --git a/docsite/index.css b/docsite/index.css |
2 | index 852b36f..7b2b5d3 100644 |
3 | --- a/docsite/index.css |
4 | +++ b/docsite/index.css |
5 | @@ -156,7 +156,7 @@ footer { |
6 | |
7 | & > div { |
8 | display: grid; |
9 | - place-self: center; |
10 | + place-self: start center; |
11 | place-items: center; |
12 | flex-basis: var(--size-content-1); |
13 | gap: var(--size-2); |
14 | diff --git a/docsite/index.html b/docsite/index.html |
15 | index c9de904..62fc9bd 100644 |
16 | --- a/docsite/index.html |
17 | +++ b/docsite/index.html |
18 | @@ -3495,6 +3495,11 @@ |
19 | </div> |
20 | |
21 | <div> |
22 | + <dt>Showcase</dt> |
23 | + <dd><a href="https://props-color-finder.netlify.app/" target="_blank">Color helper</a></dd> |
24 | + </div> |
25 | + |
26 | + <div> |
27 | <dt>Connect</dt> |
28 | <dd><a href="https://github.com/argyleink/open-props/">GitHub</a></dd> |
29 | <dd><a href="https://discord.gg/AqA4fU886r">Discord</a></dd> |