Skip to content

Commit

Permalink
feat: smaller hero subtitle
Browse files Browse the repository at this point in the history
See: #74
  • Loading branch information
xen0n committed Oct 22, 2023
1 parent 314c59c commit 93bb6b9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@
font-size: 5rem;
}

.hero__subtitle {
width: 66%;
margin: 0 auto var(--ifm-paragraph-margin-bottom);
font-size: 1rem;
}

.hero--primary a {
color: var(--ifm-hero-text-color);
text-decoration: underline;
Expand Down

0 comments on commit 93bb6b9

Please sign in to comment.