mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
fix(docs): space added to layout section top
This commit is contained in:
parent
3664bd5bda
commit
9bfe16985a
@ -14,6 +14,8 @@ import { Container, Row, Col } from '@nextui-org/react';
|
||||
|
||||
<CarbonAd />
|
||||
|
||||
<Spacer y={2} />
|
||||
|
||||
<Playground
|
||||
title="Default"
|
||||
desc="Container which sets a `max-width` and a default `gap` at each responsive breakpoint"
|
||||
|
||||
@ -14,6 +14,8 @@ import { Grid } from '@nextui-org/react';
|
||||
|
||||
<CarbonAd />
|
||||
|
||||
<Spacer y={2} />
|
||||
|
||||
<Playground
|
||||
title="Default"
|
||||
desc="Dynamically scale container width while maintaining spacing."
|
||||
|
||||
@ -14,6 +14,8 @@ import { Spacer } from '@nextui-org/react';
|
||||
|
||||
<CarbonAd />
|
||||
|
||||
<Spacer y={2} />
|
||||
|
||||
<Playground
|
||||
title="Vertical"
|
||||
code={`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user