1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 14:54:27 +02: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

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;
}
}