From be6316be3986c36c73218d392168636e39a29d95 Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Wed, 6 Nov 2024 22:40:22 -0500 Subject: [PATCH] Footer mobile responsiveness, and root netlify.toml revert --- docs-next/src/components/Footer.astro | 151 ++++++++++++++------------ netlify.toml | 2 +- 2 files changed, 80 insertions(+), 73 deletions(-) diff --git a/docs-next/src/components/Footer.astro b/docs-next/src/components/Footer.astro index 1b7417ec64..acc9c0628f 100644 --- a/docs-next/src/components/Footer.astro +++ b/docs-next/src/components/Footer.astro @@ -128,84 +128,91 @@ import openJsfLogo from "./openjsf-logo.svg"; + - - + } + diff --git a/netlify.toml b/netlify.toml index b51f912942..decc7de0ae 100644 --- a/netlify.toml +++ b/netlify.toml @@ -14,7 +14,7 @@ [build.environment] DEBUG = "mocha:docs*" - NODE_VERSION = "18" + NODE_VERSION = "16" RUBY_VERSION = "2.7.2" [context.deploy-preview]