50846d59 by Jeff Balicki

mobile fix

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 210fda03
...@@ -16882,6 +16882,8 @@ html.mega-menu-primary-off-canvas-open #wpadminbar { ...@@ -16882,6 +16882,8 @@ html.mega-menu-primary-off-canvas-open #wpadminbar {
16882 @media only screen and (max-width: 48.875rem) { 16882 @media only screen and (max-width: 48.875rem) {
16883 .branding .navbar-brand { 16883 .branding .navbar-brand {
16884 margin-right: 15px; 16884 margin-right: 15px;
16885 width: 119px;
16886 height: 60px;
16885 } 16887 }
16886 } 16888 }
16887 16889
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
...@@ -30,6 +30,8 @@ ...@@ -30,6 +30,8 @@
30 // display: inline-block; 30 // display: inline-block;
31 @media only screen and (max-width: 48.875rem) { 31 @media only screen and (max-width: 48.875rem) {
32 margin-right:15px ; 32 margin-right:15px ;
33 width: 119px;
34 height: 60px;
33 } 35 }
34 } 36 }
35 } 37 }
......
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
2 Theme Name: MSF CA Child 2 Theme Name: MSF CA Child
3 Author: Tenzing Communications 3 Author: Tenzing Communications
4 Template: msf-ca 4 Template: msf-ca
5 Version: 1.0.475 5 Version: 1.0.476
6 */ 6 */
7 7
......