fix: fix: bundled dust cleanup — site (#209)
- Add grid-template-columns: 1fr to .values grid (issue #168) - Add site/README.md documenting og-image.jpg regeneration and branding update process (issues #162, #169) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b18d3928f0
commit
26ebe10ca5
2 changed files with 41 additions and 0 deletions
|
|
@ -150,6 +150,7 @@
|
|||
/* Value blocks */
|
||||
.values {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
gap: 1px;
|
||||
background: var(--border);
|
||||
margin-bottom: 3rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue