Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: single column examples on narrow screens #81

Merged
merged 1 commit into from
Dec 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs: single column examples on narrow screens
machow committed Dec 12, 2023

Verified

This commit was signed with the committer’s verified signature.
commit 0d1fe5d109508b4f6a796fc2a2bcb501cd7858b1
8 changes: 4 additions & 4 deletions docs/examples/index.qmd
Original file line number Diff line number Diff line change
@@ -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
@@ -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
@@ -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
@@ -118,7 +118,7 @@ wide_pops = (

:::

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

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