1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-07-31 13:07:46 +00:00

Initial iceberg blog post

This commit is contained in:
RGBCube 2024-04-15 09:46:03 +03:00
parent 5d55e46c68
commit 6501413ccf
No known key found for this signature in database
5 changed files with 519 additions and 3 deletions

View file

@ -68,6 +68,17 @@ layout: base.vto
margin-right: 0.6rem;
}
/* Make images fit */
p:has(img) {
display: flex;
justify-content: center;
}
img {
max-width: 100%;
height: auto;
}
/* Style content */
.content {
overflow-wrap: break-word;
@ -128,7 +139,7 @@ layout: base.vto
border: 0.15rem solid var(--foreground);
}
pre:has(code) {
pre {
margin: 0;
}