mirror of
https://github.com/easychen/checkchan-dist.git
synced 2026-08-28 17:45:05 +08:00
17 lines
256 B
CSS
17 lines
256 B
CSS
body
|
|
{
|
|
padding:40px;
|
|
max-width: 800px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
line-height: 1.8;
|
|
word-wrap: break-word;
|
|
word-break: break-all;
|
|
}
|
|
|
|
.ext-info
|
|
{
|
|
border: 1px solid #ccc;
|
|
margin-bottom: 20px;
|
|
color: #999;
|
|
} |