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; }
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;
+2 -1
View File
@@ -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;