Skip to content

Commit cbd9ab3

Browse files
committed
increase size of logo
Signed-off-by: Chris Abraham <cjyabraham@gmail.com>
1 parent 6d01385 commit cbd9ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/wp-content/themes/lfevents/template-parts/header--logo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<a aria-label="<?php bloginfo( 'name' ); ?>" class="header--logo__link"
2323
title="<?php bloginfo( 'name' ); ?>"
2424
href="<?php echo esc_url( home_url( '/' ) ); ?>">
25-
<img width="200" height="25" loading="eager" class="header--logo__image"
25+
<img width="350" height="38" loading="eager" class="header--logo__image"
2626
alt="<?php bloginfo( 'name' ); ?>"
2727
src="<?php echo esc_html( get_stylesheet_directory_uri() . '/src/images/lf_osllc_white.svg' ); ?>">
2828
</a>

0 commit comments

Comments
 (0)