feat: Add password protection for posts, improve markdown rendering for code and images, and introduce basic responsive styling.

This commit is contained in:
2026-03-03 19:13:28 +00:00
parent 347ac8af55
commit bfcf45343f
9 changed files with 153 additions and 20 deletions

View File

@@ -8,6 +8,14 @@
* {
font-family: monospace !important;
}
body {
max-width: 780px;
}
img {
max-width: 100%;
}
</style>
</head>