diff options
Diffstat (limited to 'ballance')
-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"> |