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 9f8f65e try to fix banner again
9f8f65e is described below
commit 9f8f65e648efd89fa675085dac13a2f556a242a8
Author: Justin Mclean <[email protected]>
AuthorDate: Thu Aug 21 14:04:48 2025 +1000
try to fix banner again
---
site/src/site/resources/css/site.css | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)
diff --git a/site/src/site/resources/css/site.css
b/site/src/site/resources/css/site.css
index 6de00cb..5467aa7 100644
--- a/site/src/site/resources/css/site.css
+++ b/site/src/site/resources/css/site.css
@@ -92,14 +92,10 @@ body > div.container.subfooter > div > div > p.pull-right {
align-items: center;
}
-#bannerLeft > img {
- height: 180px;
- padding-bottom: 10px;
- padding-top: 10px;
+.bannerLeft img {
+ height:180px;
+ padding:10px 0;
}
-
-#bannerRight > img {
- width: 400px;
- padding-bottom: 10px;
- padding-top: 10px;
+.bannerRight h1 {
+ margin:10px 0;
}
\ No newline at end of file