Skip to content

Commit 856009e

Browse files
committed
mobile view will wrap and space-evenly
1 parent 51d1318 commit 856009e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/lit-dev-content/site/css/footer.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
flex: 1;
3636
display: flex;
3737
justify-content: flex-end;
38+
flex-wrap: wrap;
3839
}
3940

4041
#footerSocialLinks > a {
@@ -92,7 +93,8 @@
9293
}
9394

9495
#footerSocialLinks {
95-
flex: unset;
96+
flex-grow: 0;
97+
justify-content: space-evenly;
9698
}
9799

98100
#footerSocialLinks > a {

0 commit comments

Comments
 (0)