Hello
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Edit to taste
@media only screen and ( max-width: 767px ) {
	.module .module_surround, 
	.module_menu .module_surround {
	    padding-top: 10px;
	    padding-bottom: 10px;
	}
}
Ciaran