mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-18 11:21:23 +02:00
remove lingering rem
This commit is contained in:
6
docs/assets/css/bootstrap.css
vendored
6
docs/assets/css/bootstrap.css
vendored
@@ -468,37 +468,31 @@ h6 {
|
||||
h1,
|
||||
.h1 {
|
||||
font-size: 38.5px;
|
||||
font-size: 4rem;
|
||||
}
|
||||
|
||||
h2,
|
||||
.h2 {
|
||||
font-size: 31.5px;
|
||||
font-size: 3rem;
|
||||
}
|
||||
|
||||
h3,
|
||||
.h3 {
|
||||
font-size: 24.5px;
|
||||
font-size: 2.5rem;
|
||||
}
|
||||
|
||||
h4,
|
||||
.h4 {
|
||||
font-size: 17.5px;
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
h5,
|
||||
.h5 {
|
||||
font-size: 14px;
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
|
||||
h6,
|
||||
.h6 {
|
||||
font-size: 11.9px;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
h1 small,
|
||||
|
Reference in New Issue
Block a user