Change border radius of the event cards

Add this code to the Custom CSS field on the Settings tab of your Timeline widget’s settings:

.es-event-card-container {
border-radius: 20px;
}