Skip to content

Commit

Permalink
tweak responsive font size
Browse files Browse the repository at this point in the history
  • Loading branch information
raineorshine committed Jan 1, 2021
1 parent 796bfd0 commit 4e8254f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/assets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ hr {
font-size: 30px;
margin-bottom: 10px;
@include from($tablet) {
font-size: 40px;
}
@include from($widescreen) {
font-size: 50px;
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/BookDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export default {
.summary {
font-size: 18px;
@include from($tablet) {
@include from($widescreen) {
font-size: 22px;
}
}
Expand Down

0 comments on commit 4e8254f

Please sign in to comment.