Template:Container/styles.css: Difference between revisions

Template page
Content added Content deleted
m (remove skewed container header)
mNo edit summary
Line 11: Line 11:
padding-right: 25px;
padding-right: 25px;
display: block;
display: block;
background: #2FD9E3;
}
}



Revision as of 00:58, 11 November 2021

.container {
	margin-bottom: 20px;
}

.container-header {
	position: relative;
	margin: 0 10px 0 10px;
	overflow: visible;
	border: none;
	padding-left: 25px;
	padding-right: 25px;
	display: block;
	background: #2FD9E3;
}

.container-header-inner {
	position: relative;
	z-index: 1;
	line-height: 45px;
	text-align: center;
	font-family: sans-serif;
}

.container-body {
	margin: 10px 30px;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.