diff --git a/packages/lit-dev-content/site/css/footer.css b/packages/lit-dev-content/site/css/footer.css index e013b83a6..e65db1d0e 100644 --- a/packages/lit-dev-content/site/css/footer.css +++ b/packages/lit-dev-content/site/css/footer.css @@ -35,6 +35,7 @@ flex: 1; display: flex; justify-content: flex-end; + flex-wrap: wrap; } #footerSocialLinks > a { @@ -92,7 +93,8 @@ } #footerSocialLinks { - flex: unset; + flex-grow: 0; + justify-content: space-evenly; } #footerSocialLinks > a {