Template:Blockquote/styles.css: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
imported>Autumn m (1 revision imported) |
m (1 revision imported) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 3: | Line 3: | ||
overflow: hidden; |
overflow: hidden; |
||
margin: 1em 0; |
margin: 1em 0; |
||
| − | padding: 0 |
+ | padding: 0 32px; |
} |
} |
||
| − | + | .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 { |
||
| ⚫ | |||
| ⚫ | |||
| + | } |
||
} |
} |
||
Latest revision as of 20:59, 4 November 2025
/* {{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;
}
}