Skip to content

Instantly share code, notes, and snippets.

View egantz's full-sized avatar
🎯
🐼

Eyal Gantz egantz

🎯
🐼
View GitHub Profile
/*
Make the Facebook Like box responsive (fluid width)
https://developers.facebook.com/docs/reference/plugins/like-box/
*/
/* This element holds injected scripts inside iframes that in some cases may stretch layouts. So, we're just hiding it. */
#fb-root {
display: none;
}