add copyright & disclaime and remove double content
All checks were successful
Deploy Sokko G / deploy (push) Successful in 6s

This commit is contained in:
Shinuwa 2026-07-22 17:04:11 +02:00
parent 15a904c008
commit e65c74ea0a
5 changed files with 188 additions and 34 deletions

View file

@ -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;
}