added telemetry

This commit is contained in:
2024-03-29 12:42:22 +01:00
parent b4843108fc
commit 5a18e5728e
24 changed files with 192 additions and 187 deletions
+16 -1
View File
@@ -45,18 +45,33 @@ a,
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 20px;
padding: 1em;
display: flex;
flex-direction: column;
align-items: left;
text-align: left;
}
.feed-content p {
padding: 1em;
}
.feed-content h3 {
.feed-content h2,
h3,
h4,
h5,
h6 {
padding: 1em;
font-size: 21px;
font-weight: bold;
}
.feed-content img {
max-width: 100%;
margin-bottom: 10px;
/* Adjust spacing between image and text */
}
h3 {
font-size: 14px;
}