From 856009e6e38c504a31ed52afb63f724ffada976b Mon Sep 17 00:00:00 2001 From: Tim Ker Date: Sat, 6 Dec 2025 16:21:03 +1300 Subject: [PATCH] mobile view will wrap and space-evenly --- packages/lit-dev-content/site/css/footer.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 {