csss
This commit is contained in:
parent
f8426d17d4
commit
f01458966a
@ -105,9 +105,12 @@ h1, h2, h3 {
|
|||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
}
|
}
|
||||||
|
.post {
|
||||||
|
text-indent: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
img, p, .post > .highlight, .highlighttable, h4, h5, h6 {
|
img, p, .post > .highlight, .highlighttable, h4, h5, h6 {
|
||||||
margin-top: 1.2em;
|
margin-top: 0.6rem;
|
||||||
}
|
}
|
||||||
img + em {
|
img + em {
|
||||||
font-size: .8em;
|
font-size: .8em;
|
||||||
@ -176,9 +179,12 @@ thead {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.post {
|
.post {
|
||||||
|
box-shadow: 5px 8px 2px rgba(0, 0, 0, 0.2);
|
||||||
|
border-radius: 5px;
|
||||||
|
border: 2px solid rgb(255 190 0 / 10%);
|
||||||
margin: 0 0 4.5em 150px;
|
margin: 0 0 4.5em 150px;
|
||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(5px);
|
||||||
padding: 1em;
|
padding: 0 1.5em;
|
||||||
}
|
}
|
||||||
.post.archives {
|
.post.archives {
|
||||||
margin-bottom: 1.5em;
|
margin-bottom: 1.5em;
|
||||||
|
Loading…
Reference in New Issue
Block a user