2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Switch percentage font-sizes to em and change some font sizes for consistency

This commit is contained in:
Martijn Cuppens
2019-08-22 10:14:42 +02:00
committed by XhmikosR
parent 4db520bedb
commit bed2a5edab
3 changed files with 11 additions and 7 deletions
+2 -2
View File
@@ -213,7 +213,7 @@ small {
sub,
sup {
position: relative;
@include font-size(75%);
@include font-size($sub-sup-font-size);
line-height: 0;
vertical-align: baseline;
}
@@ -298,7 +298,7 @@ kbd {
kbd {
padding: 0;
@include font-size(100%);
@include font-size(1em);
font-weight: $nested-kbd-font-weight;
}
}