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