This commit is contained in:
parent
b49c7206d1
commit
86b03e0438
1 changed files with 4 additions and 0 deletions
|
@ -68,6 +68,10 @@ article {
|
||||||
top: 4rem;
|
top: 4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.post-info+h1 {
|
||||||
|
max-width: calc(100% - 4rem - 2em);
|
||||||
|
}
|
||||||
|
|
||||||
.post-info, .post-tags {
|
.post-info, .post-tags {
|
||||||
font-size: 85%;
|
font-size: 85%;
|
||||||
color: var(--accent);
|
color: var(--accent);
|
||||||
|
|
Loading…
Reference in a new issue