diff --git a/packages/lit-dev-content/site/_includes/footer.html b/packages/lit-dev-content/site/_includes/footer.html index c5558e296..5d3ee8a99 100644 --- a/packages/lit-dev-content/site/_includes/footer.html +++ b/packages/lit-dev-content/site/_includes/footer.html @@ -4,7 +4,7 @@ @@ -126,19 +126,12 @@
+ >{% inlineSvg 'images/openjs_foundation-logo-horizontal-color.svg', 'OpenJS logo' %}

The OpenJS Foundation | Terms of Use | diff --git a/packages/lit-dev-content/site/css/footer.css b/packages/lit-dev-content/site/css/footer.css index d26b8e5c1..00c42e440 100644 --- a/packages/lit-dev-content/site/css/footer.css +++ b/packages/lit-dev-content/site/css/footer.css @@ -23,7 +23,7 @@ height: 4em; } -#footerOpenJSLogo { +#footerOpenJSLogo svg { width: 10rem; height: 6rem; } @@ -113,4 +113,9 @@ #footerBottom { font-size: 0.8em; } + + #footerCopyright { + flex-direction: column; + margin-bottom: 1rem; + } }