修复文字换行错误

This commit is contained in:
2023-01-16 21:02:52 +08:00
parent b25fe2e90f
commit 08ffe65980
2 changed files with 6 additions and 9 deletions

View File

@@ -13,6 +13,7 @@ h1 {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
background-color: rgb(255, 255, 255);
font-family: Font1;
font-size: 30px;
}
p {
@@ -25,6 +26,8 @@ p {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
background-color: rgb(255, 255, 255);
font-family: Font1;
font-size: 20px;
word-wrap:break-word;
}
body {