Browse Source

Aligns mobile nav to main nav font size when responsive.

Jeffrey Pearce 6 years ago
parent
commit
6d0b13ae3f
3 changed files with 5 additions and 0 deletions
  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;
 			width: 100% !important;
 			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;
 	width: 100% !important;
 	text-align: center;
+	font-size: 1.2rem;
 }
 
 /**
@@ -3649,6 +3650,7 @@ a {
 	border-radius: 0;
 	width: 100% !important;
 	text-align: center;
+	font-size: 1.2rem;
 }
 
 /**

+ 2 - 0
stow/style.css

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