Skip to content

Commit 90420bd

Browse files
p4gsclaudehappy-otter
committed
Fix glossary section header font size to absolute 13px
Prevents headers from rendering too small on mobile portrait orientation. Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
1 parent 3d3572e commit 90420bd

File tree

1 file changed

+1
-1
lines changed
  • docs/projects/grcengineering-cheat-sheet

1 file changed

+1
-1
lines changed

docs/projects/grcengineering-cheat-sheet/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@
383383
.glossary-section:last-child { margin-bottom: 0; }
384384
.glossary-section-title {
385385
font-family: var(--font-mono);
386-
font-size: 0.7rem;
386+
font-size: 13px;
387387
font-weight: 700;
388388
letter-spacing: 3px;
389389
text-transform: uppercase;

0 commit comments

Comments
 (0)