diff --git a/lib/components/PageLayout/PageLayout.scss b/lib/components/PageLayout/PageLayout.scss index 549fca86..2be4c996 100644 --- a/lib/components/PageLayout/PageLayout.scss +++ b/lib/components/PageLayout/PageLayout.scss @@ -8,14 +8,7 @@ flex-direction: column; } - &__sidebar { - display: flex; - flex-direction: column; - } - &__content { - display: flex; - flex-direction: column; flex: 1; } }