瀏覽代碼

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


部分文件因文件數量過多而無法顯示