Template:Math proof/styles.css: Difference between revisions
From KYNNpedia
imported>Mikhail Ryazanov (justification in not justified (looks terribly wrong at narrow screens and visibly deviates from WP standard styles elsewhere)) |
(No difference)
|
Latest revision as of 08:26, 7 September 2023
/* {{pp-template}} */
.math_proof {
border: thin solid #aaa;
margin: 1em 2em;
padding: 0.5em 1em 0.4em;
}
@media (max-width: 500px) {
.math_proof {
margin: 1em 0;
padding: 0.5em 0.5em 0.4em;
}
}