deblan.io-murph/assets/css/app/typo.scss

77 lines
727 B
SCSS

// .h1,
// .h2,
// .h3,
// .h4,
// .h5,
// .h6,
// h1,
// h2,
// h3,
// h4,
// h5,
// h6 {
// font-weight: 600;
// margin-bottom: 1rem;
// margin-top: 0
// }
//
.h1, h1 {
font-size: 3.2rem;
line-height: 1.32
}
.h2, h2 {
font-size: 2.6rem;
line-height: 1.35
}
.h3, h3 {
font-size: 2.0rem;
line-height: 1.45
}
.h4, h4 {
font-size: 1.4rem;
line-height: 1.6
}
.h5, h5 {
font-size: 1.1rem;
line-height: 1.75
}
.h6, h6 {
font-size: 1.0rem;
line-height: 1.9
}
//
// p {
// margin-top: 17px;
// margin-bottom: 17px;
// }
//
// .list--inline {
// li {
// display: inline-block;
// }
// }
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 600;
margin-bottom: 1rem;
margin-top: 0
}