Add a super basic TOS and privacy policy
This commit is contained in:
parent
d15e1bb651
commit
f5798b4364
5 changed files with 86 additions and 2 deletions
|
@ -163,6 +163,15 @@ background: linear-gradient(to bottom, #141414 0%,transparent 15%,transparent 8
|
|||
width: 150px;
|
||||
}
|
||||
|
||||
.landing-footer .copyright {
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
bottom: 4px;
|
||||
|
||||
font-size: 11px;
|
||||
color: black;
|
||||
}
|
||||
|
||||
#repoSearch {
|
||||
width: 400px;
|
||||
}
|
||||
|
|
Reference in a new issue