Template:Verse translation/styles.css: Difference between revisions
From Vigyanwiki
(Created page with "→{{pp-template}}: .verse_translation .translated{ padding-left: 2em !important; } →wrap if below 700px: @media only screen and (max-width: 43.75em) { .verse_translat...") |
m (1 revision imported from alpha:Template:Verse_translation/styles.css) |
(No difference)
|
Latest revision as of 21:57, 11 April 2023
/* {{pp-template}} */
.verse_translation .translated{
padding-left: 2em !important;
}
/*wrap if below 700px*/
@media only screen and (max-width: 43.75em) {
.verse_translation.wrap_when_small td{
display: block;
padding-left: 0.5em;
}
.verse_translation.wrap_when_small .translated{
padding-left: 0.5em !important;
}
}