1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-29 08:10:47 +02:00
This commit is contained in:
Mark Otto
2016-02-05 22:26:22 -08:00
parent ba8ad7c5b5
commit 18be3be3f4
8 changed files with 18 additions and 66 deletions

View File

@@ -505,51 +505,27 @@ h1, h2, h3, h4, h5, h6,
color: inherit;
}
h1 {
h1, .h1 {
font-size: 2.5rem;
}
h2 {
h2, .h2 {
font-size: 2rem;
}
h3 {
h3, .h3 {
font-size: 1.75rem;
}
h4 {
h4, .h4 {
font-size: 1.5rem;
}
h5 {
h5, .h5 {
font-size: 1.25rem;
}
h6 {
font-size: 1rem;
}
.h1 {
font-size: 2.5rem;
}
.h2 {
font-size: 2rem;
}
.h3 {
font-size: 1.75rem;
}
.h4 {
font-size: 1.5rem;
}
.h5 {
font-size: 1.25rem;
}
.h6 {
h6, .h6 {
font-size: 1rem;
}