浏览代码

Modern h1 fixes.
#747

Jeffrey Pearce 6 年之前
父节点
当前提交
e6ddd975a2
共有 4 个文件被更改,包括 988 次插入1576 次删除
  1. 2 2
      modern-business/sass/typography/_headings.scss
  2. 336 538
      modern-business/style-editor.css
  3. 2 2
      modern-business/style-editor.scss
  4. 648 1034
      modern-business/style.css

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

文件差异内容过多而无法显示
+ 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;
 	}
 }
 

文件差异内容过多而无法显示
+ 648 - 1034
modern-business/style.css


部分文件因为文件数量过多而无法显示