Skip to content

Instantly share code, notes, and snippets.

@pro-beaver
Created July 28, 2016 14:06
Show Gist options
  • Save pro-beaver/4b6a465841dbc1acb3c51422c995deb5 to your computer and use it in GitHub Desktop.
Save pro-beaver/4b6a465841dbc1acb3c51422c995deb5 to your computer and use it in GitHub Desktop.
Add margin space between columns in mobile Beaver layout
/**
* Add margin space between columns in mobile Beaver layout
* assign pro-row-bg-1 class to the row
*
* @author Davinder Singh Kainth
* @link http://probeaver.com/?p=361
*
*/
@media only screen and (max-width: 768px) {
.pro-col-margin-1 .fl-col {
margin-bottom: 30px;
padding-left: 5%;
padding-right: 5%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment