Template:Featured In/styles.css: Difference between revisions
Template page
More actions
Content deleted Content added
Tesinormed (talk | contribs) No edit summary |
Tesinormed (talk | contribs) No edit summary |
||
| Line 6: | Line 6: | ||
box-shadow: var(--color-amaranth-legacy-scope) 0 0 10px; |
box-shadow: var(--color-amaranth-legacy-scope) 0 0 10px; |
||
text-align: center; |
text-align: center; |
||
float: right; |
|||
} |
} |
||
| Line 11: | Line 12: | ||
font-size: var(--font-size-x-large); |
font-size: var(--font-size-x-large); |
||
line-height: var(--line-height-x-large); |
line-height: var(--line-height-x-large); |
||
} |
|||
@media screen and (max-width: 639px) { |
|||
.template-featured_in { |
|||
margin-right: auto; |
|||
margin-left: auto; |
|||
} |
|||
} |
} |
||
Revision as of 18:47, July 3, 2025
.template-featured_in {
margin-block: var(--space-sm);
background: var(--color-surface-2);
padding: var(--space-sm);
border: var(--color-amaranth-legacy-scope) solid 4px;
box-shadow: var(--color-amaranth-legacy-scope) 0 0 10px;
text-align: center;
float: right;
}
.template-featured_in-header {
font-size: var(--font-size-x-large);
line-height: var(--line-height-x-large);
}
@media screen and (max-width: 639px) {
.template-featured_in {
margin-right: auto;
margin-left: auto;
}
}