788ba311 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent acca110d
......@@ -15436,9 +15436,9 @@ body {
width: 100%;
}
.branding .navbar-brand {
margin-right: 0.625rem;
width: 7.9375rem;
height: 3.3125rem;
margin-right: 0rem;
width: 127px;
height: 52.53px;
}
@media only screen and (max-width: 48.875rem) {
.branding .navbar-brand {
......@@ -15447,6 +15447,9 @@ body {
height: 3.75rem;
}
}
.branding .navbar-brand img {
width: 100%;
}
#main-nav {
box-shadow: 0rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.1607843137);
......
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.
This diff could not be displayed because it is too large.
......@@ -31,12 +31,14 @@ if ( ! has_custom_logo() ) { ?>
} else {
$custom_logo_id = get_theme_mod( 'custom_logo' );
$logo = wp_get_attachment_image_src( $custom_logo_id , 'full' ); ?>
<a rel="home" href="<?php echo esc_url( home_url( '/' ) ); ?>" itemprop="url">
<a rel="home" class="navbar-brand" href="<?php echo esc_url( home_url( '/' ) ); ?>" itemprop="url">
<?php if ( has_custom_logo() ) {
echo '<img width="150" height="62" src="' . esc_url( $logo[0] ) . '" alt="' . get_bloginfo( 'name' ) . '">';
} else {
echo '<h1>' . get_bloginfo('name') . '</h1>';
}
}
?>
</a>
......
......@@ -29,15 +29,18 @@
position: relative;
width: 100%;
.navbar-brand{
margin-right:0.625rem ;
width: 7.9375rem;
height: 3.3125rem;
margin-right:0rem ;
width:127px;
height: 52.53px;
// display: inline-block;
@media only screen and (max-width: 48.875rem) {
margin-right:1.25rem ;
width: 7.4375rem;
height: 3.75rem;
}
img{
width: 100%;
}
}
}
#main-nav{
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.59
Version: 1.0.60
*/
\ No newline at end of file
......