From d4cdb25de62eab32ed9eb0286f80095f6ab13001 Mon Sep 17 00:00:00 2001 From: Deeksha Tiwari Date: Sat, 24 Apr 2021 19:17:03 +0530 Subject: [PATCH] fixes the size of logo in OCaml around the web on Community page --- site/community/index.fr.md | 21 +++++++++++---------- site/community/index.md | 20 ++++++++++---------- site/css/bootstrap_mod.css | 12 ++++++++++++ 3 files changed, 33 insertions(+), 20 deletions(-) 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