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 710293c0301103669392ca2f7bba453638e7b62b 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..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 +}
