You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/02/17 17:33:57 UTC

[camel-website] 05/07: refactor(css): tweak the icon size for page title

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

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

commit 805ef327a3e81029a8c74986b008abc2307da00c
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Fri Feb 12 16:40:03 2021 +0100

    refactor(css): tweak the icon size for page title
---
 antora-ui-camel/src/css/doc.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/antora-ui-camel/src/css/doc.css b/antora-ui-camel/src/css/doc.css
index 0559128..b7946f4 100644
--- a/antora-ui-camel/src/css/doc.css
+++ b/antora-ui-camel/src/css/doc.css
@@ -37,7 +37,7 @@
 }
 
 .doc > h1.page:first-child img {
-  width: 1rem;
+  width: 2rem;
 }
 
 #preamble + .sect1,