I have designed this webpage layout using Bootstrap.
Although I have manually added margin between the rows, I now want to include vertical spacing between the columns when the page is resized.
Can anyone help me achieve this?
Full-size browser:
Resized browser:
Here is the code snippet:
<link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" rel="stylesheet" />
<div class="container-fluid">
...
Thank you for your assistance!