Stampa:Livadhi/styles.css

Nga Wikipedia, enciklopedia e lirë
/* Change background color */
.ombox {
	background-color: #f0f3f6;
}

/* Adjust title */
.beginning {
	text-align: center;
	font-size: 110%;
	margin-top: 5px;
}

/* Justify body text */
.mbox-text {
	text-align: justify;
}

/* Adjust ending section */
.ending {
	text-align: center;
	margin-bottom: 5px;
}

/* Set mobile styles */
@media (max-width: 875px) {
	/* Adjust image position */
	.mbox-image {
		display: block;
		box-sizing: border-box;
	}
	
	.mbox-image img {
		width: 250px;
		height: auto;
		padding: 15px 10px 0 10px;
	}
	
	/*Adjust text position */
	.mbox-text {
		display: block;
		box-sizing: border-box;
	}
}