Template:Quote/styles.css: Difference between revisions
Jump to navigation
Jump to search
Guninvalid (talk | contribs) (Created page with "→Via https://en.wikipedia.org/wiki/Template:Blockquote/styles.css: .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; } }") |
(No difference)
|
Latest revision as of 22:01, 20 October 2025
/* Via https://en.wikipedia.org/wiki/Template:Blockquote/styles.css */
.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;
}
}