diff options
| author | Alex Scerba <alex@scerba.org> | 2025-09-18 10:42:01 -0500 | 
|---|---|---|
| committer | Alex Scerba <alex@scerba.org> | 2025-09-18 10:42:01 -0500 | 
| commit | fd85afd325f67651379215793b5acedd273a332d (patch) | |
| tree | 806a81fd7e2ffd602488e3416243ca2caedb8dd3 /html/index.tmpl.html | |
| parent | 863bcabf35347fbd1e7000ceb0658dae0ce9bb2c (diff) | |
Switch from id to class styling for consistency.
Diffstat (limited to 'html/index.tmpl.html')
| -rw-r--r-- | html/index.tmpl.html | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/html/index.tmpl.html b/html/index.tmpl.html index 4a90022..c58ee71 100644 --- a/html/index.tmpl.html +++ b/html/index.tmpl.html @@ -14,7 +14,7 @@  {{ end }}
  {{ define "main" }}
 -      <section id="intro">
 +      <section id="intro" class="main-bg">
          <!--<hr style="margin-top: 0;"> -->
          <h1>ScerbaDotOrg</h1>
          <p><i style="color: black;">The personal website of Alex Scerba.</i></p>
  | 
