From b5df20d44528a4926013e588d173f170b2830943 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 24 Feb 2023 21:12:34 +0100 Subject: [PATCH] Fix website properly and add friends --- pages/_app.css | 5 ++++- pages/index.tsx | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pages/_app.css b/pages/_app.css index 339adcb..672046c 100644 --- a/pages/_app.css +++ b/pages/_app.css @@ -16,9 +16,12 @@ footer { text-shadow: 2px 2px 4px hsl(var(--bhsl-background-hue) var(--bhsl-background-saturation) var(--bhsl-background-lightness)); } +section { + flex-basis: 100%; +} + .panel { max-width: 500px; - flex-basis: 100%; } .panel .panel { diff --git a/pages/index.tsx b/pages/index.tsx index a4197cc..975d82a 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -108,6 +108,8 @@ const Index: NextPage = () => { + +
And more!