diff --git a/site/community/index.fr.md b/site/community/index.fr.md
index d37eb6cda..f4aceb183 100644
--- a/site/community/index.fr.md
+++ b/site/community/index.fr.md
@@ -158,16 +158,17 @@
OCaml autour du Web
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/site/community/index.md b/site/community/index.md
index 354c181cb..e6be2b0bc 100644
--- a/site/community/index.md
+++ b/site/community/index.md
@@ -156,16 +156,16 @@
OCaml Around the Web
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
diff --git a/site/css/bootstrap_mod.css b/site/css/bootstrap_mod.css
index 2b97c5688..c76bb5b59 100644
--- a/site/css/bootstrap_mod.css
+++ b/site/css/bootstrap_mod.css
@@ -144,3 +144,15 @@ html.svg .news-feed li {
html.svg .news-feed li.announcement {
background-image: url(../img/announcement-go.svg);
}
+
+/* OCaml around the web : Community Page */
+
+.community-web{
+ height:130px;
+ width: 130px;
+ }
+.community-web img{
+ height:auto;
+ width:auto;
+ object-fit: contain;
+}
\ No newline at end of file