Skip to content

Commit

Permalink
replace small with sub/sup (small did not reduce font size)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricab committed Mar 24, 2018
1 parent 32aac4f commit 2b9bf28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ A public, general, simple, and fast C++11 scope guard that
defends against implicitly ignored returns and optionally enforces `noexcept`
at compile time (in C++17), all in a SFINAE-friendly way.

<small>This project follows [Semantic Versioning](https://semver.org/)</small>
<sub>This project follows [Semantic Versioning](https://semver.org/).</sub>

<small>_The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
<sup>_The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
document are to be interpreted as described in RFC 2119._</small>
document are to be interpreted as described in RFC 2119._</sup>

## Outline

Expand Down

0 comments on commit 2b9bf28

Please sign in to comment.