修复文字换行错误
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user