Skip to content

Commit

Permalink
create id for tagline
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhealy1 committed Nov 26, 2024
1 parent 419236f commit 91c2e63
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ h6 {
text-decoration: none;
color: #333;
}

h1 a,
h2 a,
h3 a,
Expand Down Expand Up @@ -3306,3 +3307,15 @@ body.homepage.is-preload #header:after {
border-left: 4px solid #007bff;
margin: 20px 0;
}

#tagline {
font-size: clamp(1rem, 1vw, 5rem);
color: #555;
text-align: center;
margin-top: 1em; /* Add spacing from the header */
line-height: 1.5;
}

#tagline strong {
color: #000000; /* Example color for 'stac' */
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h1>
<a href="index.html" id="logo"><strong>stac</strong>chain</a>
</h1>
<hr />
<p id="logo">
<p id="tagline">
<strong
>geospatial discovery, integrity, provenance, and
economics</strong
Expand Down

0 comments on commit 91c2e63

Please sign in to comment.