Sha256: b0750a64ac80c72ce0f55fb30bbd0460b617ad4c187113b51cdbed62f8b9ffc5

Contents?: true

Size: 271 Bytes

Versions: 4

Compression:

Stored size: 271 Bytes

Contents

/*
 * Pull quotes, useful for blockquotes and definition lists 
 */

.pullquote {
	text-indent: 0;
	font-size: 1.5em;
	font-style: italic;
	text-align: center;
	line-height: 115%;
	margin: 1em 0;
    max-width: 23em;
}
.pullquote + p {
	text-indent: 0;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
electric-book-classic-theme-0.1.3 _sass/partials/_epub-pullquotes.scss
electric-book-classic-theme-0.1.2 _sass/partials/_epub-pullquotes.scss
electric-book-classic-theme-0.1.1 _sass/partials/_epub-pullquotes.scss
electric-book-classic-theme-0.1.0 _sass/partials/_epub-pullquotes.scss