diff options
author | Chris Xiong <chirs241097@gmail.com> | 2024-09-30 23:54:00 -0400 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2024-09-30 23:54:00 -0400 |
commit | 69194556dfa4c59f61ffc3756b5577d9f8918464 (patch) | |
tree | 6e0a026a7784629a3726f3393aeff63d1c63a74f /ballance/levels/lucid | |
parent | bfe9245f7df0311adcb730815a7264f7ba8ef723 (diff) | |
download | web-69194556dfa4c59f61ffc3756b5577d9f8918464.tar.xz |
Missed the css for the chinese page. whoops.
Diffstat (limited to 'ballance/levels/lucid')
-rw-r--r-- | ballance/levels/lucid/index_zh.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ballance/levels/lucid/index_zh.html b/ballance/levels/lucid/index_zh.html index 0557e2e..8e48368 100644 --- a/ballance/levels/lucid/index_zh.html +++ b/ballance/levels/lucid/index_zh.html @@ -16,6 +16,10 @@ <script type="text/javascript" src="/themer.js"></script> <style> h1, h2 {font-weight: normal;} +@media (min-width:1000px) +{ +body { max-width: 960px; margin: 0 auto; } +} </style> </head> <body onload="loadTheme();" class="TText"> |