浏览代码

Aligns mobile nav to main nav font size when responsive.

Jeffrey Pearce 6 年之前
父节点
当前提交
6d0b13ae3f
共有 3 个文件被更改,包括 5 次插入0 次删除
  1. 1 0
      stow/sass/_extra-child-theme.scss
  2. 2 0
      stow/style-rtl.css
  3. 2 0
      stow/style.css

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

@@ -197,6 +197,7 @@ a {
 			border-radius: 0;
 			border-radius: 0;
 			width: 100% !important;
 			width: 100% !important;
 			text-align: center;
 			text-align: center;
+			font-size: map-deep-get($config-header, "main-nav", "font", "size");
 		}
 		}
 	}
 	}
 }
 }

+ 2 - 0
stow/style-rtl.css

@@ -365,6 +365,7 @@ a {
 	border-radius: 0;
 	border-radius: 0;
 	width: 100% !important;
 	width: 100% !important;
 	text-align: center;
 	text-align: center;
+	font-size: 1.2rem;
 }
 }
 
 
 /**
 /**
@@ -3649,6 +3650,7 @@ a {
 	border-radius: 0;
 	border-radius: 0;
 	width: 100% !important;
 	width: 100% !important;
 	text-align: center;
 	text-align: center;
+	font-size: 1.2rem;
 }
 }
 
 
 /**
 /**

+ 2 - 0
stow/style.css

@@ -365,6 +365,7 @@ a {
 	border-radius: 0;
 	border-radius: 0;
 	width: 100% !important;
 	width: 100% !important;
 	text-align: center;
 	text-align: center;
+	font-size: 1.2rem;
 }
 }
 
 
 /**
 /**
@@ -3654,6 +3655,7 @@ a {
 	border-radius: 0;
 	border-radius: 0;
 	width: 100% !important;
 	width: 100% !important;
 	text-align: center;
 	text-align: center;
+	font-size: 1.2rem;
 }
 }
 
 
 /**
 /**