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:
parent
5d55e46c68
commit
6501413ccf
5 changed files with 519 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue