Margin of .content

This commit is contained in:
2025-12-20 03:46:25 +01:00
parent a180fa6a74
commit 8c2429732e
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -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;
+2 -1
View File
@@ -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;