add copyright & disclaime and remove double content
All checks were successful
Deploy Sokko G / deploy (push) Successful in 6s
All checks were successful
Deploy Sokko G / deploy (push) Successful in 6s
This commit is contained in:
parent
15a904c008
commit
e65c74ea0a
5 changed files with 188 additions and 34 deletions
|
|
@ -321,3 +321,19 @@ span {
|
|||
font-weight: 700;
|
||||
line-height: 1.35;
|
||||
}
|
||||
|
||||
.home-legal {
|
||||
display: grid;
|
||||
gap: 6px;
|
||||
margin-top: var(--space-5);
|
||||
padding-top: var(--space-4);
|
||||
border-top: 1px solid rgba(150, 165, 205, 0.14);
|
||||
color: var(--color-text-muted);
|
||||
font-size: var(--font-size-xs);
|
||||
line-height: 1.45;
|
||||
}
|
||||
|
||||
.home-legal p {
|
||||
max-width: 920px;
|
||||
margin: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue