1
0
mirror of https://gitee.com/tawords/tawords-docs synced 2025-09-13 05:21:38 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

Resolve Uppercase & lowercase problems left over in history

This commit is contained in:
2021-08-07 21:10:14 +08:00
parent b63102fc3b
commit afb521a9f1
4 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<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')