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