fix: no wrap
This commit is contained in:
parent
c19f8725fe
commit
0f902edc1b
2 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@
|
|||
|
||||
.list li {
|
||||
margin-left: -10px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.list li:hover::marker{
|
||||
|
|
|
|||
Loading…
Reference in a new issue