Docs heading margins
This commit is contained in:
parent
afe67c05b9
commit
13f4fa01ed
|
@ -251,7 +251,6 @@ header .header {
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 40px;
|
|
||||||
line-height: (25/20);
|
line-height: (25/20);
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
@ -263,9 +262,10 @@ header .header {
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: $baseline;
|
margin-top: $baseline * 2;
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
font-size: 26px;
|
font-size: 24px;
|
||||||
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,6 +26,7 @@ body {
|
||||||
.home {
|
.home {
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
font-family: $font-family-klavika;
|
font-family: $font-family-klavika;
|
||||||
|
letter-spacing: 1px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -43,7 +44,6 @@ h2 {
|
||||||
font-size: 36px;
|
font-size: 36px;
|
||||||
line-height: (50/40);
|
line-height: (50/40);
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
letter-spacing: 1px;
|
|
||||||
|
|
||||||
&.has-dividers {
|
&.has-dividers {
|
||||||
//overflow: auto !important;
|
//overflow: auto !important;
|
||||||
|
|
Loading…
Reference in New Issue