Cosmetic fixes

This commit is contained in:
Frank "PHiAX" Weggelaar 2026-01-26 19:41:31 +01:00
parent f2f5260cbd
commit 8c634edf6e

View file

@ -79,7 +79,7 @@ article.article-box article.article-content {
background: rgba(240, 240, 240, 1.0); background: rgba(240, 240, 240, 1.0);
--overlap-size: 1.5rem; --overlap-size: 1.5rem;
width: min(60rem, 100%); width: min(60rem, 100%);
padding-block-start: 0.5rem; padding-block-start: 1.5rem;
padding-block-end: 2rem; padding-block-end: 2rem;
display: grid; display: grid;
grid-template-rows: max-content max-content 1fr max-content; 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%); clip-path: polygon(0 0, 100% 0, 0 100%);
} }
article.article-box:nth-last-child(2) {
margin-bottom: 3rem;
}
footer { footer {
position: fixed; position: fixed;
left: 0; left: 0;