fix: no wrap

This commit is contained in:
Benno Tielen 2026-04-09 11:47:47 +02:00
parent c19f8725fe
commit 0f902edc1b
2 changed files with 2 additions and 1 deletions

View file

@ -31,7 +31,7 @@ export const Footer = async () => {
</Col>
<Col>
<Row gap={30}>
<Row gap={25}>
{footer.groups?.map((group, i) => (
<Col key={i}>
<p>

View file

@ -25,6 +25,7 @@
.list li {
margin-left: -10px;
white-space: nowrap;
}
.list li:hover::marker{