Skip to content

Commit 0828d6e

Browse files
author
ADIIS007
authored
Fix website bug with widget on mobile (#773)
* this si the fix to the branch * This is update to 25K
1 parent ab385ee commit 0828d6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/resources/public/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,16 @@ <h1><span class="image right"><img style="width: 50%" src="images/logo_frame.png
7474
Lots of friendly volunteers to help you learn Java or chat about everyday
7575
things.</small></p>
7676
<ul>
77-
<li>20.000 members</li>
77+
<li>25.000 members</li>
7878
<li>300 questions answered weekly</li>
7979
<li>50.000 messages per month</li>
8080
<li>monthly giveaways</li>
8181
</ul>
8282
<widgetbot
8383
server="272761734820003841"
8484
channel="272761734820003841"
85-
width="800"
86-
height="400"
85+
width="100%"
86+
height="500"
8787
></widgetbot>
8888
</div>
8989
</section>

0 commit comments

Comments
 (0)