diff --git a/index.html b/index.html index 69c5ea6..472756b 100644 --- a/index.html +++ b/index.html @@ -67,6 +67,12 @@ vertical-align: top } + .publication-title { + max-width: 600px; /* 控制标题的宽度 */ + word-wrap: break-word; /* 自动在单词边界换行 */ + text-align: center; /* 居中对齐 */ + } + /* latex table */