Skip to content

Commit

Permalink
Update adjustment.css
Browse files Browse the repository at this point in the history
  • Loading branch information
novalagung authored Jun 10, 2020
1 parent 25da358 commit 51ffef2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions adjustment.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ body {

/* make the sidebar wider, and adjust the content to match it */
.book-summary {
left: -460px;
width: 460px;
left: -480px;
width: 480px;
}
@media (min-width: 600px) {
.book.with-summary .book-body {
left: 460px;
left: 480px;
}
}

Expand Down Expand Up @@ -144,7 +144,7 @@ ins.adsbygoogle {
position: fixed;
bottom: 0;
right: 17px;
left: 460px;
left: 480px;
z-index: 1000;
}

Expand Down

0 comments on commit 51ffef2

Please sign in to comment.