/*
Theme Name: Jevelin Child
Description: Child theme for Jevelin theme
Author: Shufflehound
Author URI: http://shufflehound.com
Template: jevelin
*/

/* Add your custom CSS below */

@media (min-width: 600px) {
  
		.columni {
		  float: left;
		  width: 50%;
		}

		/* Clear floats after the columns */
		.rowi:after {
		  content: "";
		  display: table;
		  clear: both;
		}

}