Browse Source

Calm h1 fixes.
#747

Jeffrey Pearce 6 years ago
parent
commit
4c5ddc9837

+ 2 - 2
calm-business/sass/typography/_headings.scss

@@ -65,10 +65,10 @@ h6 {
 }
 
 h1 {
-	font-size: $font__size-xl;
+	font-size: $font__size-lg;
 
 	@include media(tablet) {
-		font-size: $font__size-xxl;
+		font-size: $font__size-xl;
 	}
 }
 

+ 2 - 2
calm-business/style-editor.css

@@ -67,7 +67,7 @@ h6 {
   font-weight: 600; }
 
 h1 {
-  font-size: 2.25em;
+  font-size: 1.6875em;
   z-index: 1;
   align-self: start; }
   h1 > :first-child:before {
@@ -81,7 +81,7 @@ h1 {
     width: 20px; }
   @media only screen and (min-width: 768px) {
     h1 {
-      font-size: 2.8125em; } }
+      font-size: 2.25em; } }
 
 h2 {
   font-size: 1.6875em;

+ 2 - 2
calm-business/style-editor.scss

@@ -94,11 +94,11 @@ h6 {
 }
 
 h1 {
-	font-size: $font__size-xl;
+	font-size: $font__size-lg;
 	@include post-section-dash;
 
 	@include media(tablet) {
-		font-size: $font__size-xxl;
+		font-size: $font__size-xl;
 	}
 }
 

+ 2 - 2
calm-business/style.css

@@ -449,10 +449,10 @@ h6 {
   line-height: 1.25; }
 
 h1 {
-  font-size: 2.25em; }
+  font-size: 1.6875em; }
   @media only screen and (min-width: 768px) {
     h1 {
-      font-size: 2.8125em; } }
+      font-size: 2.25em; } }
 
 .entry-title,
 .not-found .page-title,