You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/07/12 08:07:33 UTC

[camel-website] branch main updated: fix: auto width for blog img

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

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new f05ebeed fix: auto width for blog img
f05ebeed is described below

commit f05ebeed3607f94a90143524869d947ced50c0fc
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Wed Jul 12 08:07:50 2023 +0200

    fix: auto width for blog img
---
 antora-ui-camel/src/css/blog.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/antora-ui-camel/src/css/blog.css b/antora-ui-camel/src/css/blog.css
index 2166a432..f348f2a2 100644
--- a/antora-ui-camel/src/css/blog.css
+++ b/antora-ui-camel/src/css/blog.css
@@ -110,7 +110,7 @@ article.blog p {
 }
 
 .blog .post-content img {
-  width: 100%;
+  width: auto;
   max-width: 800px;
   height: auto;
   max-height: 600px;