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

jmclean pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-training.git


The following commit(s) were added to refs/heads/develop by this push:
     new b851cba  one more try
b851cba is described below

commit b851cbab8f5a3a6ae70b60ede55ad9636aedb2e4
Author: Justin Mclean <[email protected]>
AuthorDate: Thu Aug 21 14:46:13 2025 +1000

    one more try
---
 site/src/site/resources/css/site.css | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/site/src/site/resources/css/site.css 
b/site/src/site/resources/css/site.css
index 5467aa7..29a9c25 100644
--- a/site/src/site/resources/css/site.css
+++ b/site/src/site/resources/css/site.css
@@ -86,16 +86,21 @@ body > div.container.subfooter > div > div > p.pull-right {
     text-align: right;
 }
 
-#banner {
+#banner > .col-md-12 {
     display: flex;
     justify-content: space-between;
     align-items: center;
 }
 
 .bannerLeft img {
-    height:180px;
+    float: none;
+    width: 300px;
+    height: auto;
     padding:10px 0;
+    max-width: 100%;
+    display: block;
 }
+
 .bannerRight h1 {
     margin:10px 0; 
 }
\ No newline at end of file

Reply via email to