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

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

commit 7538495f540ab00134a447240da2a0cb017832d6
Author: Josep Prat <[email protected]>
AuthorDate: Thu Mar 20 17:20:22 2025 +0100

    MINOR: Show Committer pictures on small screens
---
 css/styles.css | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/css/styles.css b/css/styles.css
index 697ad892a..5e3760c1c 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