feat: Add password protection for posts, improve markdown rendering for code and images, and introduce basic responsive styling.
This commit is contained in:
@@ -8,6 +8,14 @@
|
||||
* {
|
||||
font-family: monospace !important;
|
||||
}
|
||||
|
||||
body {
|
||||
max-width: 780px;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user