This is an automated email from the ASF dual-hosted git repository.
guozhang 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 edbe768 MINOR: fixing mobile logo (#358)
edbe768 is described below
commit edbe768e90eb9f066a0176a00247e2ddada0d7bc
Author: scott-confluent <[email protected]>
AuthorDate: Wed Jun 16 18:58:40 2021 -0400
MINOR: fixing mobile logo (#358)
---
css/styles.css | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/css/styles.css b/css/styles.css
index abb185d..1b0030c 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -2484,9 +2484,9 @@ ul.video-list {
margin-top: 16rem;
}
.logo-link {
- width: 170px;
+ width: 100px;
height: 50px;
- background-size: 168px auto;
+ background-size: 93px auto;
background-repeat: no-repeat;
}
.content {