Add the following custom CSS:
.widget_em_widget .em.em-events-widget .em-item .em-item-image-placeholder div.date span.day {
font-size: 20px !important;
line-height: 20px !important;
}
The following will also reduce the size of the icon:
.em.em-list-widget .em-item .em-item-image .em-item-image-placeholder {
width: 90%;
background-size: 90% !important;
}
.widget_em_widget .em.em-events-widget .em-item .em-item-image-placeholder div.date span.day, .widget_em_widget .em.em-events-widget .em-item .em-item-image-placeholder div.date span.month {
font-size: 12px !important;
line-height: 1px !important;
}
.em.em-list-widget .em-item .em-item-image.has-placeholder .em-item-image-placeholder {
max-width: 60px !important;
}