Skip to content

Commit b6b3a06

Browse files
committed
Fix aspect ratio for ASF logos
1 parent 3543c3b commit b6b3a06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div id="poweredby">
33
<a href="http://www.apache.org/">
44
<span class="sr-only">Apache</span>
5-
<img src="https://www.apache.org/img/asf_logo.png" width="190" height="77" alt="Apache Logo"></a>
5+
<img src="https://www.apache.org/img/asf_logo.png" width="147" height="77" alt="Apache Logo"></a>
66
</div>
77
<div id="copyright">
88
<p>The contents of this website are Copyright &copy;&nbsp;{{ site.time | date: '%Y' }}

site/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ <h3>Sub-Projects</h3>
8686
<div class="grid">
8787
<div class="unit one-third">
8888
<a href="https://www.apache.org/foundation/contributing.html">
89-
<img src="https://www.apache.org/img/feather_glyph_notm.png" width="300" height="300" alt="Support Apache">
89+
<img src="https://www.apache.org/img/feather_glyph_notm.png" width="195" height="300" alt="Support Apache">
9090
</a>
9191
</div>
9292
<div class="unit two-thirds">

0 commit comments

Comments
 (0)