Skip to content

Commit abe164b

Browse files
authored
Fixed Logo text alignment issue
1 parent dbee4b8 commit abe164b

File tree

1 file changed

+2
-2
lines changed
  • astroid/astroid-template-zero/frontend

1 file changed

+2
-2
lines changed

astroid/astroid-template-zero/frontend/logo.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
$mobile_logo = $params->get('mobile_logo', false);
3131
$stickey_header_logo = $params->get('stickey_header_logo', false);
3232
}
33-
$class = ['astroid-logo', 'astroid-logo-' . $logo_type, 'd-flex align-items-center'];
33+
$class = ['astroid-logo', 'astroid-logo-' . $logo_type, 'd-flex align-items-center align-items-md-start'];
3434
?>
3535
<!-- logo starts -->
3636
<!-- <div class="<?php /* echo implode(' ', $class); */ ?>"> -->
@@ -64,4 +64,4 @@
6464
<!-- image logo ends -->
6565
<?php endif; ?>
6666
<!-- </div> -->
67-
<!-- logo ends -->
67+
<!-- logo ends -->

0 commit comments

Comments
 (0)