Skip to content

Commit f9fc76f

Browse files
MarcusMNoackclaude
andcommitted
Center the gpCAM landing-page title
Add a scoped CSS rule (section#gpcam > h1) so the home-page H1 is centered like the tagline below it, without affecting other pages or the rest of the landing content. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 7e85593 commit f9fc76f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/source/_static/custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,8 @@
3838
.text-center {
3939
text-align: center;
4040
}
41+
42+
/* Center the gpCAM landing-page title (the page's H1) */
43+
section#gpcam > h1 {
44+
text-align: center;
45+
}

0 commit comments

Comments
 (0)