Skip to content

Commit

Permalink
customization to reduce font size
Browse files Browse the repository at this point in the history
  • Loading branch information
hosiet committed Jul 27, 2023
1 parent 5aa95db commit 9fccca8
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions assets/scss/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,29 @@
[class="powered-by"] {
display: none;
}

// Reduce first-paragraph font
// (The ISL at ... conducts ...)
.hero-lead {
font-size: 1.1rem;
}

h1 {
font-size: 1.8rem;
}

.section-heading p {
font-size: 0.9rem;
}

h2 {
font-size: 1.4rem;
}

h3 {
font-size: 1.1rem;
}

body {
font-size: 0.8rem;
}

0 comments on commit 9fccca8

Please sign in to comment.