From c2d560ef0ac6b1ec15e91aa05659cf3aaec794ae Mon Sep 17 00:00:00 2001 From: Xuechao Zou Date: Wed, 20 Nov 2024 14:50:28 +0800 Subject: [PATCH] Update index.html --- index.html | 6 ++++++ 1 file changed, 6 insertions(+) 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 */