not sure what you really want, but one of these (or both) may work for you:
margin below "What's going on?":
CSS:
.block.block--category.block--category53 {
margin-bottom: 5px;
}
margin below each widget:
CSS:
.porta-forumlist-below-split.porta-widgets-split ~ .block {
margin-bottom: 5px;
}