Verskil tüsken versys van "Mal:Vöärblad/styles.css"

Uut Wikipedia, de vrye encyklopedy
Verwijderde inhoud Toegevoegde inhoud
RoboServien (Oaverleg | bydragen)
Geen bewerkingssamenvatting
K kat
 
Regel 37: Regel 37:
.span_2_of_2, .span_1_of_2 { width: 100%; }
.span_2_of_2, .span_1_of_2 { width: 100%; }
}
}

/* [[Kategorie:Hulpmallen]] */

Lätste versy van 16:22, 7 nov 2020

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.4%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}

/* [[Kategorie:Hulpmallen]] */