Add Contact link and style instance "legal" links
parent
bc49d1d945
commit
c990665bb5
|
@ -177,9 +177,12 @@ define([
|
|||
instanceTitle,
|
||||
Pages.setHTML(h('span.tag-line'), Pages.Instance.description),
|
||||
locationBlock,
|
||||
termsLink,
|
||||
privacyLink,
|
||||
imprintLink
|
||||
h('div.cp-instance-links', [
|
||||
termsLink,
|
||||
privacyLink,
|
||||
imprintLink,
|
||||
h('a', {href:"/contact.html"}, Msg.contact)
|
||||
])
|
||||
]),
|
||||
h('div.cp-apps.col-lg-6', [
|
||||
h('div.cp-app-grid', [
|
||||
|
|
|
@ -80,6 +80,12 @@
|
|||
margin-right: 5px;
|
||||
}
|
||||
}
|
||||
.cp-instance-links {
|
||||
padding: 1.3rem;
|
||||
a {
|
||||
margin: 1.3rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@callout-padding: 15px;
|
||||
|
|
Loading…
Reference in New Issue