Margin of .content
This commit is contained in:
+2
-1
@@ -21,6 +21,7 @@ h1 {
|
||||
display: inline-block; }
|
||||
|
||||
p {
|
||||
margin: 0px;
|
||||
line-height: 1.5; }
|
||||
|
||||
span {
|
||||
@@ -64,7 +65,7 @@ hr {
|
||||
font-size: 12pt; }
|
||||
|
||||
.entry .content {
|
||||
margin: 10pt;
|
||||
margin: 5pt 10px;
|
||||
font-size: 14pt;
|
||||
word-wrap: break-word;
|
||||
max-height: 500px;
|
||||
|
||||
@@ -31,6 +31,7 @@ h1 {
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
@@ -85,7 +86,7 @@ hr {
|
||||
}
|
||||
|
||||
.content {
|
||||
margin: 10pt;
|
||||
margin: 5pt 10px;
|
||||
font-size: 14pt;
|
||||
word-wrap: break-word;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user