Skip to content

Commit

Permalink
Merge pull request #335 from jinhanfromNUS/almost
Browse files Browse the repository at this point in the history
Fifth try
  • Loading branch information
Ty-stan0417 authored Apr 15, 2024
2 parents 40f76bd + a0a2249 commit 0e85ab7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/stylesheets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,28 +136,28 @@ mark {

/* Reduce font size when printing */
h1 {
font-size: 2.2rem !important;
font-size: 2.5rem !important;
}
h2 {
font-size: 2.0rem !important;
}
h3 {
font-size: 1.9rem !important;
font-size: 1.5rem !important;
}
h4 {
font-size: 1.8rem !important;
font-size: 1.3rem !important;
}
h5 {
font-size: 1.7rem !important;
font-size: 1.2rem !important;
}
body {
font-size: 1.2rem !important;
font-size: 1.0rem !important;
}
.btn {
font-size: 1.2rem !important;
font-size: 1.0rem !important;
}
img {
zoom: 0.4; /* might not work on some browsers */
zoom: 0.45; /* might not work on some browsers */
}
}

Expand Down

0 comments on commit 0e85ab7

Please sign in to comment.