Šablona:Column/styles.css

Z HelpDesk
/* {{pp-template}} */
@media (min-width: 600px) {
	.columns-start .column {
		/* @noflip */
		float: left;
		min-width: 20em;
	}

	.columns-1 .column {
		width: 100%;
	}
	
	.columns-2 .column {
		width: 50%;
	}
	
	.columns-3 .column {
		width: 33.3%;
	}
	
	.columns-4 .column {
		width: 24%;
	}
	
	.columns-5 .column {
		width: 20%;
	}
}

@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}