Skip to content

blockquote indent and style #838

Closed Answered by witszymanski
witszymanski asked this question in Q&A
Discussion options

You must be logged in to vote

Found it!


.reveal blockquote {
	display: block;
	position: relative;
	width: 70%;  <--- THIS LINE
	margin: var(--r-block-margin) auto;
	padding: 5px;

	font-style: italic;
	background: rgba(255, 255, 255, 0.05);
	box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
}
	.reveal blockquote p:first-child,
	.reveal blockquote p:last-child {
		display: inline-block;
	}

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by luxonauta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant