Template:Main Page navigation button/styles.css: Difference between revisions

Template page
Content added Content deleted
mNo edit summary
mNo edit summary
Line 12: Line 12:
width: 100%;
width: 100%;
height: 100%;
height: 100%;
padding: 5% 56px;
padding: 5% 48px;
box-sizing: border-box;
box-sizing: border-box;
}
}

Revision as of 18:09, 2 December 2021

.mp-nav-button {
	display: inline-block;
	position: relative;
	height: 3em;
	box-sizing: border-box;
}

.mp-nav-button a {
	display: inline-block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	padding: 5% 48px;
	box-sizing: border-box;
}

.mp-nav-button img {
	position: absolute;
	left: 15px;
	top: 0.8em;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.