Skip to content

Commit 0ade522

Browse files
p4gsclaudehappy-otter
committed
Add intro paragraph between title and subtitle
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 dd8de69 commit 0ade522

File tree

1 file changed

+11
-0
lines changed
  • docs/projects/grcengineering-cheat-sheet

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,16 @@
144144
background-clip: text;
145145
-webkit-text-fill-color: transparent;
146146
}
147+
.page-desc {
148+
font-size: 1.05rem;
149+
color: var(--text);
150+
max-width: 640px;
151+
margin: 0 auto 20px;
152+
position: relative;
153+
z-index: 1;
154+
line-height: 1.7;
155+
opacity: 0.85;
156+
}
147157
.page-subtitle {
148158
font-family: var(--font-mono);
149159
font-size: 0.9rem;
@@ -370,6 +380,7 @@
370380
<header class="page-header">
371381
<a href="https://grc.engineering" class="back-link">&larr; grc.engineering</a>
372382
<h1 class="page-title">The <span class="highlight">GRC Engineering</span> Cheat Sheet</h1>
383+
<p class="page-desc">For decades, auditors and governments defined and molded Legacy GRC in their image. Today, engineers and analysts are transforming it into something new: GRC Engineering. This cheat sheet outlines what makes GRC Engineering different.</p>
373384
<p class="page-subtitle">Legacy GRC vs. GRC Engineering in practice</p>
374385
</header>
375386

0 commit comments

Comments
 (0)