Skip to content

Commit fa20111

Browse files
committed
Fix columns
1 parent 35eb858 commit fa20111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theme/components/footer/index.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
}
8686

8787
.columns {
88-
grid-template-columns: repeat(3, 1fr);
88+
grid-template-columns: repeat(4, 1fr);
8989
gap: 2rem;
9090
justify-items: center;
9191
}

0 commit comments

Comments
 (0)