Skip to content

Commit

Permalink
Use monospace for method headings
Browse files Browse the repository at this point in the history
  • Loading branch information
toshimaru committed Nov 17, 2023
1 parent 8da2301 commit e3a6b45
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/_sass/railsdoc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,14 @@ code {
}
}

// FIXME: Wrap method with `code` tag in sdoc
.method {
h3 {
font-family: monospace;
font-size: 1.3rem;
}
}

#content {
$hacky-div-height: 4rem;

Expand Down

0 comments on commit e3a6b45

Please sign in to comment.