Skip to content

Commit

Permalink
added fs under 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
navidmafi committed Nov 20, 2021
1 parent a7aeddd commit 7af4785
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions lib.css
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,33 @@ See the LICENCE file in the repository root for full licence text.
.mxy-auto {
margin: auto auto;
}
.fs-01r {
font-size: 0.1rem;
}
.fs-02r {
font-size: 0.2rem;
}
.fs-03r {
font-size: 0.3rem;
}
.fs-04r {
font-size: 0.4rem;
}
.fs-05r {
font-size: 0.5rem;
}
.fs-06r {
font-size: 0.6rem;
}
.fs-07r {
font-size: 0.7rem;
}
.fs-08r {
font-size: 0.8rem;
}
.fs-09r {
font-size: 0.9rem;
}
.fs-10r {
font-size: 1rem;
}
Expand Down

0 comments on commit 7af4785

Please sign in to comment.