MediaWiki:Mobile.css: Difference between revisions
MediaWiki interface page
More actions
Technochips (talk | contribs) quotations Tags: Mobile edit Mobile web edit |
Technochips (talk | contribs) mobile on desktop better |
||
| Line 227: | Line 227: | ||
display:flex; | display:flex; | ||
flex-direction:column | flex-direction:column | ||
} | |||
@media screen and (min-width: 720px) | |||
{ | |||
.quotation | |||
{ | |||
width: auto; | |||
} | |||
} | } | ||
.quotation cite:before | .quotation cite:before | ||