add footer to linear template
This commit is contained in:
parent
f0d306372d
commit
1e9a192a40
4 changed files with 17 additions and 9 deletions
|
|
@ -1,9 +1,18 @@
|
|||
#main-footer {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
padding: var(--unit--horizontal);
|
||||
}
|
||||
[data-template="home"] #main-footer {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
width: calc(18 * var(--unit--horizontal));
|
||||
padding: var(--unit--horizontal);
|
||||
}
|
||||
|
||||
#main-footer ul {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
gap: calc(2 * var(--unit--horizontal));
|
||||
}
|
||||
|
||||
#main-footer a {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue