Remove the images.json and replace with frontmatter
All checks were successful
Build OCI Image / docker (push) Successful in 42s

This commit is contained in:
2025-08-23 01:45:03 +08:00
parent 9f30a23177
commit 96a305dbf5
5 changed files with 40 additions and 37 deletions

View File

@@ -45,6 +45,29 @@ nav {
justify-content: left;
font-size: 1.2em;
margin-bottom: 20px;
flex-wrap: wrap;
align-items: center;
}
@media (max-width: 600px) {
nav {
justify-content: center;
font-size: 1em;
}
.site-title {
font-size: 2em;
text-align: center;
}
body {
width: 100%;
padding: 10px;
}
html {
font-size: 1em;
}
}
.block {