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