Cosmetic fixes
This commit is contained in:
parent
f2f5260cbd
commit
8c634edf6e
1 changed files with 5 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ article.article-box article.article-content {
|
|||
background: rgba(240, 240, 240, 1.0);
|
||||
--overlap-size: 1.5rem;
|
||||
width: min(60rem, 100%);
|
||||
padding-block-start: 0.5rem;
|
||||
padding-block-start: 1.5rem;
|
||||
padding-block-end: 2rem;
|
||||
display: grid;
|
||||
grid-template-rows: max-content max-content 1fr max-content;
|
||||
|
|
@ -160,6 +160,10 @@ article.article-box article.article-content .article-end-ribbon::after {
|
|||
clip-path: polygon(0 0, 100% 0, 0 100%);
|
||||
}
|
||||
|
||||
article.article-box:nth-last-child(2) {
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
|
||||
footer {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue