This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 2eb09894 Don't resize logo
2eb09894 is described below

commit 2eb098942af3463999c95acc7af1db97561db60c
Author: Sebb <[email protected]>
AuthorDate: Thu Oct 2 15:17:08 2025 +0100

    Don't resize logo
---
 www/index.html      | 2 +-
 www/technology.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/index.html b/www/index.html
index b51049b1..47c82f12 100644
--- a/www/index.html
+++ b/www/index.html
@@ -46,7 +46,7 @@
       <div class="row">
         <div class="col-sm-4 hidden-xs">
           <a href="https://www.apache.org/";>
-            <img title="The Apache Software Foundation" alt="ASF Logo" 
width="250" height="101" style="margin-left: 10px; margin-top: 10px;" 
src="https://www.apache.org/foundation/press/kit/asf_logo_small.png"/>
+            <img title="The Apache Software Foundation" alt="ASF Logo" 
style="margin-left: 10px; margin-top: 10px;" 
src="https://www.apache.org/foundation/press/kit/asf_logo_small.png"/>
           </a>
         </div>
         <div class="col-sm-3 col-xs-3">
diff --git a/www/technology.html b/www/technology.html
index afe5836f..065cca51 100644
--- a/www/technology.html
+++ b/www/technology.html
@@ -17,7 +17,7 @@
     <div class="row">
       <div class="col-sm-4 hidden-xs">
         <a href="https://www.apache.org/";>
-          <img title="ASF Logo" alt="ASF Logo" width="250" height="101" 
style="margin-left: 10px; margin-top: 10px;" 
src="https://www.apache.org/foundation/press/kit/asf_logo_small.png"/>
+          <img title="ASF Logo" alt="ASF Logo" style="margin-left: 10px; 
margin-top: 10px;" 
src="https://www.apache.org/foundation/press/kit/asf_logo_small.png"/>
         </a>
       </div>
       <div class="col-sm-3 col-xs-3">

Reply via email to