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