Module:interproject/style.css

From Wiktionary, the free dictionary
Jump to navigation Jump to search
.interproject-box {
	font-size: 90%;
	width: 250px;
	padding: 4px;
	text-align: left;
	background: #f9f9f9;
	border: solid #aaa 1px;
}

@media screen and (max-width: 719px) { /* >=720px is the crossover point for floats to work */
	.interproject-box {
		box-sizing: border-box;
		line-height: 1.5;
		width: 100%;
		max-width: 100%;
	}
}