Переглянути джерело

Redhill: Increase entry-title font size

Thomas Guillot 6 роки тому
батько
коміт
828563ae14
3 змінених файлів з 6 додано та 0 видалено
  1. 1 0
      redhill/sass/_extra-child-theme.scss
  2. 4 0
      redhill/style-rtl.css
  3. 1 0
      redhill/style.css

+ 1 - 0
redhill/sass/_extra-child-theme.scss

@@ -250,6 +250,7 @@ table,
 article .entry-header .entry-title,
 .page-title {
 	font-family: #{map-deep-get($config-global, "font", "family", "primary")};
+  font-size: #{map-deep-get($config-global, "font", "size", "xxxl")};
 	margin-top: #{map-deep-get($config-global, "spacing", "vertical")};
 	margin-bottom: #{1.5 * map-deep-get($config-global, "spacing", "vertical")};
 

+ 4 - 0
redhill/style-rtl.css

@@ -3185,6 +3185,10 @@ a {
 	margin-bottom: 0;
 }
 
+.wp-block-quote p {
+	font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Times, "Times New Roman", serif;
+}
+
 table td,
 table th,
 .wp-block-table td,

+ 1 - 0
redhill/style.css

@@ -3215,6 +3215,7 @@ table th,
 article .entry-header .entry-title,
 .page-title {
 	font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Times, "Times New Roman", serif;
+	font-size: 2.48832rem;
 	margin-top: 32px;
 	margin-bottom: 48px;
 }