Skip to content

Commit c37ab78

Browse files
committed
fix community banner so it fills the whole space
1 parent 1f6c464 commit c37ab78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/community/_index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
<div class="newcommunitywrapper">
88
<div class="banner1">
9-
<img src="/images/community/kubernetes-community-final-02.jpg" alt="Kubernetes Conference Gallery" style="width:100%" class="desktop">
10-
<img src="/images/community/kubernetes-community-02-mobile.jpg" alt="Kubernetes Conference Gallery" style="width:100%" class="mobile">
9+
<img src="/images/community/kubernetes-community-final-02.jpg" alt="Kubernetes Conference Gallery" style="width:100%;padding-left:0px" class="desktop">
10+
<img src="/images/community/kubernetes-community-02-mobile.jpg" alt="Kubernetes Conference Gallery" style="width:100%;padding-left:0px" class="mobile">
1111
</div>
1212

1313
<div class="intro">

0 commit comments

Comments
 (0)