footer mobile : links only on home page and align left
This commit is contained in:
parent
60709ab632
commit
57edf14f53
1 changed files with 3 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue