Skip to content

Commit

Permalink
clean up column text and style aside text
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Aug 12, 2024
1 parent ea062ff commit bb61a28
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 117 deletions.
5 changes: 5 additions & 0 deletions _extensions/aagi/aagi.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,8 @@ td {
color: #ffffff;
background:theme-color("aagi-teal");
}

.aside {
font-size: 0.25em;
colour: theme-color("aagi-grey")
}
120 changes: 3 additions & 117 deletions aagi-template-revealjs.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ library(AAGIThemes)
plot_aagi(pressure)
```

::: aside
This is an aside.
:::

## Figures with {ggplot2}

Expand Down Expand Up @@ -137,123 +140,6 @@ This is a column on the left.

::: {.column width="50%"}
This is a column on the right.

to
much
text

to
much
text

to
much
text

to
much
text

to
much
text

to
much
text

to
much
text


to
much
text

to
much
text

to
much
text

to
much
text

to
much
text

to
much
text

to
much
text

to
much
text

to
much
text

to
much
text

to
much
text

to
much
text

to
much
text

to
much
text

to
much
text

to
much
text

to
much
text

to
much
text

to
much
text

to
much
text

to
much
text

to
much
text
:::
::::

Expand Down

0 comments on commit bb61a28

Please sign in to comment.