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!