feat: Adds pocket id authentication to caddy, adds server management article.
All checks were successful
CI / release (push) Successful in 6m31s
All checks were successful
CI / release (push) Successful in 6m31s
This commit is contained in:
@@ -170,15 +170,15 @@ td {
|
||||
}
|
||||
|
||||
table {
|
||||
@apply mb-8;
|
||||
@apply py-8 mb-6;
|
||||
}
|
||||
|
||||
table td {
|
||||
@apply px-6;
|
||||
@apply px-6 py-2;
|
||||
}
|
||||
|
||||
.container {
|
||||
@apply px-10;
|
||||
@apply py-20;
|
||||
}
|
||||
|
||||
.container img {
|
||||
@@ -193,3 +193,7 @@ blockquote {
|
||||
blockquote p {
|
||||
@apply px-6 pt-6 text-blue-600 font-semibold;
|
||||
}
|
||||
|
||||
pre {
|
||||
@apply mb-6;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user