Difference between revisions of "MediaWiki:Gadget-calculator-drugDosage.css"
From WikiAnesthesia
Chris Rishel (talk | contribs) |
Chris Rishel (talk | contribs) |
||
Line 2: | Line 2: | ||
width: 10%; | width: 10%; | ||
} | } | ||
.calculator-DrugDosageCalculator-options { | .calculator-DrugDosageCalculator-options { | ||
width: 30%; | width: 30%; | ||
} | } | ||
.calculator-DrugDosageCalculator-dose { | .calculator-DrugDosageCalculator-dose { | ||
width: 60%; | width: 60%; | ||
} | |||
@media only screen and (max-width: 529px) { | |||
.calculator-container-input-DrugDosageCalculator-options { | |||
justify-content: center; | |||
} | |||
} | } |
Revision as of 04:36, 12 August 2021
.calculator-DrugDosageCalculator-drug { width: 10%; } .calculator-DrugDosageCalculator-options { width: 30%; } .calculator-DrugDosageCalculator-dose { width: 60%; } @media only screen and (max-width: 529px) { .calculator-container-input-DrugDosageCalculator-options { justify-content: center; } }