Sfoglia il codice sorgente

Modern h1 fixes.
#747

Jeffrey Pearce 6 anni fa
parent
commit
e6ddd975a2

+ 2 - 2
modern-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;
 	}
 }
 

File diff suppressed because it is too large
+ 336 - 538
modern-business/style-editor.css


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

@@ -94,10 +94,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;
 	}
 }
 

File diff suppressed because it is too large
+ 648 - 1034
modern-business/style.css


Some files were not shown because too many files changed in this diff