CSS: Fix rounding error for font-size-small

This commit is contained in:
Florian Strohmaier 2019-05-28 16:30:17 +02:00
parent ba5f6b1745
commit d3f9f82238
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@
// Font sizes
@font-size: 0.750em; // 12px
@font-size-small: 0.917em; // 11px
@font-size-small: 11/12em; // 11px
@font-size-dashboard: 3.5em; // 56px
@font-size-dashboard-small: 1.1em; // 17px
@font-weight-bold: 600;