Skip to content

Commit

Permalink
docs: single column examples on narrow screens
Browse files Browse the repository at this point in the history
  • Loading branch information
machow committed Dec 12, 2023
1 parent e0a0d89 commit 0d1fe5d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/examples/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ format:
:::::: {.column-page}
::::: {.grid}

:::{.g-col-6}
:::{.g-col-lg-6 .g-col-12}

```{python}
from great_tables import GT, md, html
Expand All @@ -36,7 +36,7 @@ islands_mini = islands.head(10)
```

:::
:::{.g-col-6}
:::{.g-col-lg-6 .g-col-12}

```{python}
from great_tables import GT, md, html
Expand Down Expand Up @@ -70,7 +70,7 @@ airquality_mini = airquality.head(10).assign(Year = 1973)

:::

:::{.g-col-6}
:::{.g-col-lg-6 .g-col-12}

```{python}
from great_tables import GT
Expand Down Expand Up @@ -118,7 +118,7 @@ wide_pops = (

:::

:::{.g-col-6}
:::{.g-col-lg-6 .g-col-12}

```{python}
from great_tables import GT, md, html
Expand Down

0 comments on commit 0d1fe5d

Please sign in to comment.