Skip to content

Commit

Permalink
css: fix cover image
Browse files Browse the repository at this point in the history
  • Loading branch information
js2264 committed Nov 21, 2023
1 parent ae3973b commit 5133078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inst/assets/book.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ pre.sourceCode.sh {
/* Cover image ------------------------------------------ */

.quarto-cover-image {
max-width: 250px;
max-width: 200px;
float: right;
margin-left: 30px;
margin-top: -30px;
margin-top: 0px;
margin-right: 10%;
}

Expand Down

0 comments on commit 5133078

Please sign in to comment.