diff options
Diffstat (limited to 'packages/website')
-rw-r--r-- | packages/website/ts/@next/components/layout.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/website/ts/@next/components/layout.tsx b/packages/website/ts/@next/components/layout.tsx index c5b816f9d..485e82e1e 100644 --- a/packages/website/ts/@next/components/layout.tsx +++ b/packages/website/ts/@next/components/layout.tsx @@ -44,6 +44,7 @@ const COLUMN_WIDTHS: ColumnWidths = { export const Section = styled.section<SectionProps>` width: 100%; padding: ${props => !props.noPadding && '30px'}; + margin-bottom: 30px; background-color: ${props => props.bgColor}; border: 1px solid blue; `; |