mirror of
https://gitee.com/tawords/tawords-docs
synced 2025-01-31 13:00:27 +08:00
18 lines
360 B
Markdown
18 lines
360 B
Markdown
<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>
|
|
[MIT LICENSE](./MIT%20LICENSE ':include :type=code text') |