Update to v1.6

This commit is contained in:
Lost-MSth
2020-11-19 22:15:33 +08:00
parent 56ae7047fc
commit 30690b2fbf
18 changed files with 537 additions and 87 deletions

View File

@@ -210,8 +210,28 @@ input[type=submit] {
font-weight: bold;
}
.footer{
.footer {
font-size: 0.5em;
color: grey;
text-align: center;
}
.char-item {
margin-bottom: 10px;
clear: both;
}
.char-name {
font-size: 1.3em;
font-weight: bold;
display: inline-block;
}
.char-id {
font-size: 1em;
display: inline-block;
}
.char-num {
font-size: 1em;
}