Header spacing size updates

This commit is contained in:
Nishanth Shanmugham
2015-12-24 21:37:58 -06:00
parent f9c3b6c679
commit 7ea60bd2fd
2 changed files with 7 additions and 3 deletions

View File

@@ -9,6 +9,8 @@ section.main .content {
h1, h2, h3, h4, h5, h6 {
.heading();
text-transform: none;
margin-top: 1.75rem;
}
h1 {

View File

@@ -574,6 +574,8 @@ section.main .content .markdown h6 {
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
color: #333;
text-transform: none;
margin-top: 1.75rem;
}
section.main .content .markdown h1 {
font-size: 1.75rem;
@@ -659,8 +661,8 @@ section.main .content .markdown hr {
position: relative;
margin: 1.75rem 0;
border: 0;
border-top: 1px solid #919191;
border-top: 1px solid #aaaaaa;
border-top: 1px solid #808080;
border-top: 1px solid #999999;
}
section.main .content .markdown abbr {
font-size: 0.85rem;
@@ -670,7 +672,7 @@ section.main .content .markdown abbr {
}
section.main .content .markdown abbr[title] {
cursor: help;
border-bottom: 1px dotted #919191;
border-bottom: 1px dotted #808080;
}
section.main .content .markdown blockquote {
padding: .5rem 1rem;