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

jlprat pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new b79aa38e5 MINOR: Show Committer pictures on small screens (#678)
b79aa38e5 is described below

commit b79aa38e59e195e9cfc4039b2ce5c84973e197fa
Author: Josep Prat <[email protected]>
AuthorDate: Thu Mar 20 17:28:20 2025 +0100

    MINOR: Show Committer pictures on small screens (#678)
    
    Reviewers: Chia-Ping Tsai <[email protected]>
---
 css/styles.css | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/css/styles.css b/css/styles.css
index 697ad892a..34cf8a9d4 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -1680,6 +1680,10 @@ nav .btn {
     h4 {
         font-size: 1.6rem;
     }
+    td {
+        padding: 0.5rem;
+        width: 5rem;
+    }
     .logo {
         width: 21.667rem;
         height: auto;
@@ -2686,4 +2690,4 @@ pre[class*="language-"].line-numbers > code {
     display: block;
     padding-right: 0.8em;
     text-align: right;
-}
\ No newline at end of file
+}

Reply via email to