浏览代码

Coutoire: Adjust font sizes for author bio title

Allan Cole 5 年之前
父节点
当前提交
d1b7704406
共有 3 个文件被更改,包括 13 次插入0 次删除
  1. 1 0
      coutoire/sass/_extra-child-theme.scss
  2. 11 0
      coutoire/style-rtl.css
  3. 1 0
      coutoire/style.css

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

@@ -83,6 +83,7 @@ a {
 }
 
 .entry-title,
+.author-bio .author-title,
 .post-navigation .post-title,
 .comment-reply-title {
 	font-size: #{map-deep-get($config-heading, "font", "size", "h2")};

+ 11 - 0
coutoire/style-rtl.css

@@ -3315,6 +3315,13 @@ a:hover, a:focus {
 	text-decoration-color: currentColor;
 }
 
+.author-bio .author-title {
+	font-size: 2.0736rem;
+	letter-spacing: normal;
+	line-height: 1;
+	text-transform: uppercase;
+}
+
 .nav-links .meta-nav {
 	text-transform: uppercase;
 	font-weight: 500;
@@ -3380,6 +3387,10 @@ a.wp-block-file__button {
 	background-color: transparent;
 }
 
+.wp-block-latest-posts > li > a {
+	text-transform: uppercase;
+}
+
 @media only screen and (max-width: 559px) {
 	.site-header {
 		position: relative;

+ 1 - 0
coutoire/style.css

@@ -3295,6 +3295,7 @@ a:hover, a:focus {
 }
 
 .entry-title,
+.author-bio .author-title,
 .post-navigation .post-title,
 .comment-reply-title {
 	font-size: 2.48832rem;