Skip to content

Commit

Permalink
Merge pull request #81 from posit-dev/docs-examples-mobile
Browse files Browse the repository at this point in the history
docs: single column examples on narrow screens
  • Loading branch information
machow authored Dec 12, 2023
2 parents e0a0d89 + 0d1fe5d commit 5ac3a11
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 5ac3a11

Please sign in to comment.