mirror of
https://gitee.com/tawords/tawords-docs
synced 2025-09-01 23:43:27 +08:00
368 B
368 B
<style>
pre {
max-width:660px;
max-width:900px;
margin: auto !important;
}
@media screen and (min-width: 1200px) {
pre > * {
font-size: .9rem !important;
}
}
@media screen and (min-width: 1400px) {
pre > * {
font-size: 1.1rem !important;
}
}
</style>