MediaWiki:Common.css: Difference between revisions

From Toolkit.Socialnetwork.Health
Created page with "→‎CSS placed here will be applied to all skins: .pdfquote { display: flex; align-items: center; } .pdfquote blockquote { margin-left: 1rem; }"
 
No edit summary
Line 6: Line 6:
}
}
.pdfquote blockquote {
.pdfquote blockquote {
margin-left: 1rem;
margin-left: 1.5rem;
padding-left: 1.5rem;
}
}

Revision as of 17:48, 7 May 2024

/* CSS placed here will be applied to all skins */

.pdfquote {
	display: flex;
	align-items: center;
}	
.pdfquote blockquote {
	margin-left: 1.5rem;
	padding-left: 1.5rem;
}