Skip to content

Commit e661fb6

Browse files
authored
Merge pull request #20025 from alexcontini/contini-fix-community-banner
fix community banner so it fills the whole space
2 parents 3c0ca31 + c37ab78 commit e661fb6

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)