MediaWiki:Minerva.less/questdetails.less

From RuneRealm Wiki

This is the current revision of this page, as edited by Alex (talk | contribs) at 00:11, 17 October 2024 (Created page with "// Template:Quest details overrides specific to mobile @media screen and (max-width: @width-breakpoint-tablet ) { .questdetails-header { text-align: center; display: block; width: auto; background-color: rgba(0, 0, 0, 0.1); } .questdetails-info { display: block; margin-top: 10px; margin-bottom: 10px; } .questdetails tr, .questdetails tbody { display: block; } .questdetails { padding: 0; } .questdetails ul { padding-left: 2px; margin-le..."). The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

// Template:Quest details overrides specific to mobile

@media screen and (max-width: @width-breakpoint-tablet ) { .questdetails-header { text-align: center; display: block; width: auto; background-color: rgba(0, 0, 0, 0.1); } .questdetails-info { display: block; margin-top: 10px; margin-bottom: 10px; } .questdetails tr, .questdetails tbody { display: block; } .questdetails { padding: 0; } .questdetails ul { padding-left: 2px; margin-left: 2px; } .questdetails-info { word-wrap: normal; } }