This commit is contained in:
Mark Otto 2016-02-05 22:26:22 -08:00
parent ba8ad7c5b5
commit 18be3be3f4
8 changed files with 14 additions and 62 deletions

View file

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

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

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

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.