Template:Block center/styles.css

From Ekatra Wiki
< Template:Block center
Revision as of 03:27, 7 March 2023 by Meghdhanu (talk | contribs) (1 revision imported)
Jump to navigation Jump to search
.wst-block-center {
	display:table;
	margin:0 auto;
	position:relative; 
	width:auto;
	max-width: 100%;
}

.wst-block-center-title {
	display:table-caption;
	text-align: center;
}

.wst-block-center.wst-div-col {
	display:block;
	margin:0 auto;
	position:relative; 
	width:auto;
	max-width: 100%;
}