Module: Tabs/styles.css

No edit summary
No edit summary
Line 6: Line 6:
padding-top: 20px;
padding-top: 20px;
}
}
.mdl-tabs-tab {
.mdl-tabs-tab a {
border-bottom: 8px solid #2e4e67;
border-bottom: 8px solid #2e4e67;
text-align: center;
text-align: center;

Revision as of 02:57, 13 November 2023

.mdl-tabs {
	display: flex;
	justify-content: center;
	margin: auto;
	font-size: 1.2em;
	padding-top: 20px;
}
.mdl-tabs-tab a {
	border-bottom: 8px solid #2e4e67;
	text-align: center;
	margin: 0 1em;
	padding: 0 2em;
}
Discuss this page