Jump to content

Module:Workspace intro/styles.css

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Izno (talk | contribs) at 05:38, 22 May 2025 (templatestyles). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
.workspace-intro-header {
	display: flex;
	flex-flow: row wrap;
}

.workspace-intro-front {
	flex: 1 0;
}

.workspace-intro-image {
	float: left;
	margin: 1em 2em 1em 0;
	text-align: center;
}

.workspace-intro-title {
	font-size: 120%;
}

.workspace-intro-title h1 {
	font-weight: bold;
	border-bottom: none;
	margin: 0;
	padding-top: 0.5em;
}

.workspace-intro-blurb {
	margin-top: 1em;
	padding-bottom: 2em;
	font-size: 110%;
}

.workspace-intro-members {
	flex: 0 1 20em;
}