Skip to content

Commit

Permalink
Decrease width of some images
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Jun 21, 2022
1 parent 5c1a820 commit 42102d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion child-clone-a-github-repo.Rmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
```{r }
#| echo = FALSE, fig.align = "center", out.width = "100%",
#| echo = FALSE, fig.align = "center", out.width = "60%",
#| fig.alt = "Clone a remote repo."
knitr::include_graphics("img/new-project-github-first.jpeg")
```
Expand Down
2 changes: 1 addition & 1 deletion child-create-a-github-repo.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you're taking our default advice, copy the HTTPS URL.
But if you're opting for SSH, then make sure to copy the SSH URL.

```{r}
#| echo = FALSE, fig.align = "center", out.width = "100%",
#| echo = FALSE, fig.align = "center", out.width = "60%",
#| fig.alt = "Selecting an HTTPS vs SSH URL on GitHub"
knitr::include_graphics("img/github-https-or-ssh-url-annotated.png")
```
2 changes: 1 addition & 1 deletion usage-new-project-github-first.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ No need to fanny around setting up Git remotes and tracking branches on the comm

We're about to confirm we are setup for pulling and pushing.

```{r github-pull-push, echo = FALSE, out.width = "100%", fig.cap = "Pull and push."}
```{r github-pull-push, echo = FALSE, out.width = "60%", fig.cap = "Pull and push."}
knitr::include_graphics("img/github-pull-push.jpeg")
```

Expand Down

0 comments on commit 42102d2

Please sign in to comment.