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 6f73a6a  fix banner
6f73a6a is described below

commit 6f73a6a3d7d3646c21fd463fc6f4edaab6e09f22
Author: Justin Mclean <[email protected]>
AuthorDate: Thu Aug 21 13:47:30 2025 +1000

    fix banner
---
 site/src/site/resources/css/site.css | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

diff --git a/site/src/site/resources/css/site.css 
b/site/src/site/resources/css/site.css
index 27fa182..6de00cb 100644
--- a/site/src/site/resources/css/site.css
+++ b/site/src/site/resources/css/site.css
@@ -56,11 +56,6 @@ under the License.
     width: 400px;
 }
 
-#bannerRight > img {
-    width: 400px;
-    padding-top: 10px
-}
-
 #apacheEvents {
     position: relative;
     width: 234px;
@@ -91,8 +86,20 @@ body > div.container.subfooter > div > div > p.pull-right {
     text-align: right;
 }
 
+#banner {
+    display: flex;
+    justify-content: space-between;
+    align-items: center;
+}
+
 #bannerLeft > img {
     height: 180px;
     padding-bottom: 10px;
-    padding-top: 10px
+    padding-top: 10px;
+}
+
+#bannerRight > img {
+    width: 400px;
+    padding-bottom: 10px;
+    padding-top: 10px;
 }
\ No newline at end of file

Reply via email to