diff --git a/css/style.css b/css/style.css index 7ba3bfa..0ba4921 100644 --- a/css/style.css +++ b/css/style.css @@ -109,6 +109,12 @@ h1 { } +#bigC { + display: flex; + flex-direction: column; + width: max-content; +} + nav { position: sticky; width: fit-content;