Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/iris/src/_static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@ p.hr_p:after {
width: calc(100% - 110px - 2em - 4%);
}

.strapline p {
font-size: medium;
font-family: 'Alike', serif;
font-weight: bold;
color: #444444;
max-width: 52ch;
margin-top: 0.25em;
}

.header-content h1 {
font-size: 3.5rem;
font-family: 'Alike', serif;
Expand Down
8 changes: 4 additions & 4 deletions docs/iris/src/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
<h1>
Iris <span class="version">v2.1</span>
</h1>
<h2>
a powerful, format-agnostic, and community-driven Python library for analysing and
visualising Earth science data
</h2>
<p>
A powerful, format-agnostic, and community-driven Python library for analysing and
visualising Earth science data.
</p>
</div>
</div>

Expand Down