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

rlenferink pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/celix-site.git

commit a0ea163c0eb34cf450133294e081c4326ca8bcef
Author: Roy Lenferink <rlenfer...@apache.org>
AuthorDate: Sat Dec 29 18:06:23 2018 +0100

    CELIX-449: Updated image on homepage
---
 source/assets/css/style.css | 8 ++++++++
 source/index.html           | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/source/assets/css/style.css b/source/assets/css/style.css
index 1abac29..fc551c9 100644
--- a/source/assets/css/style.css
+++ b/source/assets/css/style.css
@@ -142,6 +142,14 @@ a.edit-on-gh {
   color: #fff;
 }
 
+.img-home {
+  display: inline;
+  max-width: 100%;
+  height: auto;
+  padding-left: 10px;
+  padding-right: 10px;
+}
+
 .card {
   height: 100%;
 }
diff --git a/source/index.html b/source/index.html
index f0ff1af..d95514b 100644
--- a/source/index.html
+++ b/source/index.html
@@ -12,7 +12,7 @@ title: Welcome to Apache Celix
       </div>
 
       <div class="row my-4">
-        <img class="text-center mx-auto" src="/assets/img/celix.svg">
+        <img class="text-center mx-auto img-home" src="/assets/img/celix.svg">
       </div>
 
       <div class="col-sm-12 mb-4">

Reply via email to