cleanup toc
This commit is contained in:
parent
27df944944
commit
0af506805d
2 changed files with 13 additions and 4 deletions
|
|
@ -9,7 +9,7 @@ li {
|
|||
|
||||
.toc-column {
|
||||
position: absolute;
|
||||
left: 2rem;
|
||||
left: calc((100vw - min(65vw, 800px)) / 4 - 100px);
|
||||
top: 0;
|
||||
width: 200px;
|
||||
padding-top: 190px;
|
||||
|
|
@ -78,6 +78,9 @@ article h3,
|
|||
.post-article h3 {
|
||||
font-weight: normal;
|
||||
position: relative;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
article h1,
|
||||
|
|
@ -124,6 +127,10 @@ article h3::before,
|
|||
margin-right: 0.5em;
|
||||
}
|
||||
|
||||
.date {
|
||||
font-size: 0.67em;
|
||||
}
|
||||
|
||||
article img {
|
||||
display: block;
|
||||
margin: 2rem auto;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue