mirror of
https://github.com/leanote/desktop-app.git
synced 2025-12-18 02:07:57 +08:00
presentation style
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user