<?php
/**
 * Attributes File.
 *
 * @since 1.0.0
 *
 * @package spectra-pro
 */

return array(
	'numberOfColumn'       => 1,
	'numberOfColumnTablet' => 1,
	'numberOfColumnMobile' => 1,
	'columnGap'            => 10,
	'columnGapTablet'      => 10,
	'columnGapMobile'      => 10,
	'columnGapType'        => 'px',
);