fix: limit trademark line length so it doesnt stretch (#2179)

This commit is contained in:
Jon Church
2026-02-04 21:21:50 -05:00
committed by GitHub
parent 7ea85d1404
commit dcf524fdb7

View File

@@ -743,6 +743,7 @@ footer {
opacity: 0.8;
margin-top: 8px;
text-align: center;
max-width: 35rem;
}
#footer-copyright {