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 06:07:54 UTC

[camel-website] branch squakez-patch-1 created (now dc411ddf)

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

pcongiusti pushed a change to branch squakez-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-website.git


      at dc411ddf fix: auto width for blog img

This branch includes the following new commits:

     new dc411ddf fix: auto width for blog img

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-website] 01/01: fix: auto width for blog img

Posted by pc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit dc411ddf522e85d9975a972d8f20118ac33f3d24
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;