Template:Blockquote/styles.css: Difference between revisions
Jump to navigation
Jump to search
m (1 revision imported) |
(already have a lot of left whitespace on small resolutions with quotations, so make this inline below 500px. remove some unnecessary specificity) |
||
Line 6: | Line 6: | ||
} | } | ||
.templatequotecite { | |||
line-height: 1.5em; | line-height: 1.5em; | ||
/* @noflip */ | /* @noflip */ | ||
text-align: left; | text-align: left; | ||
margin-top: 0; | margin-top: 0; | ||
} | |||
@media (min-width: 500px) { | |||
.templatequotecite { | |||
/* @noflip */ | |||
padding-left: 1.6em; | |||
} | |||
} | } |
Revision as of 23:38, 6 September 2024
/* {{pp-template}} */
.templatequote {
overflow: hidden;
margin: 1em 0;
padding: 0 32px;
}
.templatequotecite {
line-height: 1.5em;
/* @noflip */
text-align: left;
margin-top: 0;
}
@media (min-width: 500px) {
.templatequotecite {
/* @noflip */
padding-left: 1.6em;
}
}