Change widget's height on mobile

Add this code to the Custom CSS field on the More tab of your Facebook Feed widget’s settings:

@media screen and (max-width: 640px) {
.eapps-facebook-feed-content-container {
height: 300px;
}
}