All checks were successful
Build tplate / Build (push) Successful in 4m24s
add `table code {white-space: nowrap}`
rename `post\body.css` to `post\post.css`
22 lines
246 B
CSS
22 lines
246 B
CSS
img {
|
|
width: 100%;
|
|
border-radius: var(--border-radius);
|
|
margin-block: 1rem;
|
|
}
|
|
|
|
p img {
|
|
margin: 0;
|
|
}
|
|
|
|
iframe {
|
|
max-width: 100%;
|
|
}
|
|
|
|
hr {
|
|
flex: 1;
|
|
border: none;
|
|
height: 0.2em;
|
|
background-color: var(--main-color);
|
|
opacity: 0.2;
|
|
}
|