Skip to content

Commit 93816a4

Browse files
committed
Tweak About button layout
1 parent a990611 commit 93816a4

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

portal/index.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,13 @@ Project Pythia is a home for Python-centered learning resources that are _open-s
2020
_community-owned_, _geoscience-focused_, and _high-quality_.
2121

2222
<span class="d-flex justify-content-center py-4">
23-
<a href="about.html" role="button" class="btn btn-light btn-lg">
24-
About <img src="./_static/images/logos/pythia_logo-blue-rtext.svg" alt="Project Pythia" width="180px">
23+
<a href="about.html" role="button" class="btn btn-light btn-lg" style="display: flex; align-items: center;">
24+
About <img src="./_static/images/logos/pythia_logo-blue-rtext.svg" alt="Project Pythia" height="35px" style="margin-left: 0.5rem;">
2525
</a>
2626
<div class="horizontalgap" style="width:70px"></div>
27-
<a href="https://pangeo.io" role="button" class="btn btn-light btn-lg">
28-
About
29-
<img src="https://raw.githubusercontent.com/pangeo-data/pangeo/master/docs/_static/small_e_logo_cropped.png" alt="Pangeo logo" height="60px">
30-
<img src="https://raw.githubusercontent.com/pangeo-data/pangeo/master/docs/_static/pangeo_simple_logo.svg" alt="Pangeo" width="100px">
27+
<a href="https://pangeo.io" role="button" class="btn btn-light btn-lg" style="display: flex; align-items: center;">
28+
About <img src="https://raw.githubusercontent.com/pangeo-data/pangeo/master/docs/_static/small_e_logo_cropped.png" alt="Pangeo logo" height="35px" style="margin-left: 0.5rem;">
29+
<img src="https://raw.githubusercontent.com/pangeo-data/pangeo/master/docs/_static/pangeo_simple_logo.svg" alt="Pangeo" height="22px">
3130
</a>
3231
</span>
3332

0 commit comments

Comments
 (0)