Skip to content

Commit

Permalink
Hiding book cover on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishaider committed Jul 11, 2024
1 parent a11cdf1 commit 1decc2c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/css/subpage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@ section {
height:40%;
}
}

@media only screen and (max-width: 600px) {
.book-thumb {
display: none;
}
}
}

section#book {
Expand Down

0 comments on commit 1decc2c

Please sign in to comment.