Skip to content

Commit

Permalink
align left
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcaseb committed Dec 13, 2024
1 parent 57e7d84 commit 548d950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/articles/gt.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ We use another table to demonstrate how to convert team names to logos and wordm

Here only logos

```{r}
```{r, fig.align='left'}
df <- data.frame(a = 3, b = 4, c = 5, d = 6)
df |>
Expand All @@ -123,7 +123,7 @@ df |>

And now mix logo and wordmark

```{r}
```{r, fig.align='left'}
df <- data.frame(a = 3, b = 4, c = 5, d = 6)
df |>
Expand Down

0 comments on commit 548d950

Please sign in to comment.