footer mobile : links only on home page and align left

This commit is contained in:
isUnknown 2025-02-17 19:21:58 +01:00
parent 60709ab632
commit 57edf14f53

View file

@ -83,7 +83,6 @@ button.toggle.right::before {
.page-cover .links { .page-cover .links {
position: absolute; position: absolute;
bottom: 8px; bottom: 8px;
padding-left: calc(5rem + var(--unit--horizontal));
width: 100%; width: 100%;
box-sizing: border-box; box-sizing: border-box;
} }
@ -92,6 +91,9 @@ button.toggle.right::before {
display: inline-block; display: inline-block;
margin-right: var(--unit--horizontal); margin-right: var(--unit--horizontal);
} }
.page-cover .links li:last-child {
margin-bottom: var(--unit--horizontal);
}
[data-template="author"] .page-cover, [data-template="author"] .page-cover,
[data-template="category"] .page-cover, [data-template="category"] .page-cover,