MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
Tag: Reverted
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 59: Line 59:
flex: 1;
flex: 1;
min-width: 250px;
min-width: 250px;
}
.poem {
    text-align: center;
}
}


Line 100: Line 97:
.Poem2-Ekatra{
.Poem2-Ekatra{
text-align:justify;
text-align:justify;
}
/* Mobile specific style */
@media only screen and (max-width: 767px) {
    .Poem2-Ekatra {
        text-align: justify;
    }
}
@media only screen and (max-width: 767px) {
    body {
        text-align: justify !important;
    }
}
}
p.bookcover-heading {
p.bookcover-heading {