Template:Verse translation/styles.css: Difference between revisions
Jump to navigation
Jump to search
w>SmallJarsWithGreenLabels (important also in overide) |
m (1 revision imported) |
(No difference)
|
Revision as of 13:56, 18 May 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;
}
}