Parcourir la source

hauteur des lignes de titres ajustés pour la nouvelle police sans empattements

Hugo Roy il y a 9 ans
Parent
commit
3247589fda
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      _sass/typography.scss

+ 3 - 0
_sass/typography.scss

@@ -11,9 +11,11 @@ h1, h2, h3, h4, h5, h6 {
 }
 h1 {
 	@include font-size(32);
+    line-height: 1;
 }
 h2 {
 	@include font-size(28);
+    line-height: 1;
 }
 h3 {
 	@include font-size(24);
@@ -131,6 +133,7 @@ blockquote {
    ========================================================================== */
 
 p {
+    font-size: 1.1rem;
 	margin: 0 0 $indent-var;
     text-align: justify;
     -webkit-hyphens: auto;