presentation style

This commit is contained in:
life
2015-03-06 22:26:05 +08:00
parent a836aa5a1f
commit 9f2b1f3bed
2 changed files with 10 additions and 4 deletions

View File

@@ -32,11 +32,14 @@ body {
padding: 0 150px;
}
.pren-content {
padding: 0 150px;
margin: 0 150px;
overflow: hidden;
word-wrap: break-word;
}
.pren-content * {
font-size: 18px;
line-height: 1.2;
line-height: 1.5;
max-width: 100%;
}
.pren-content p {
margin: 10px 0;

View File

@@ -37,10 +37,13 @@ body {
padding: 0 150px;
}
.pren-content {
padding: 0 150px;
margin: 0 150px;
overflow: hidden;
word-wrap: break-word;
* {
font-size: 18px;
line-height: 1.2;
line-height: 1.5;
max-width: 100%; // 有些html有宽度, 就会超出
}
p {
margin: 10px 0;