[wip] add typography

This commit is contained in:
Simon Vieille 2022-09-25 20:43:29 +02:00
parent 47329a5f4d
commit adb868925f
Signed by: deblan
GPG key ID: 579388D585F70417

76
assets/css/app/typo.scss Normal file
View file

@ -0,0 +1,76 @@
// .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.6rem;
// line-height: 1.3
// }
//
// .h2, h2 {
// font-size: 3rem;
// line-height: 1.35
// }
//
// .h3, h3 {
// font-size: 2.4rem;
// line-height: 1.45
// }
//
// .h4, h4 {
// font-size: 1.8rem;
// line-height: 1.6
// }
//
// .h5, h5 {
// font-size: 1.4rem;
// line-height: 1.75
// }
//
// .h6, h6 {
// font-size: 1.2rem;
// 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
}