🐞 fix: Hero adjustments
This commit is contained in:
@@ -37,12 +37,12 @@
|
|||||||
|
|
||||||
.intro {
|
.intro {
|
||||||
h1 {
|
h1 {
|
||||||
font-size: var(--text-64px);
|
font-size: var(--text-54px);
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
|
||||||
strong {
|
strong {
|
||||||
font-size: var(--text-65px);
|
font-size: var(--text-54px);
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -32,8 +32,8 @@ $wrapper = blockWrapperAttributes( $classes, $is_preview );
|
|||||||
?>
|
?>
|
||||||
|
|
||||||
<section <?php echo wp_kses_post( $wrapper ); ?>>
|
<section <?php echo wp_kses_post( $wrapper ); ?>>
|
||||||
<div class="container content-wrapper relative z-30">
|
<div class="container pl-0! content-wrapper relative z-30">
|
||||||
<div class="max-w-4xl sm:text-center lg:text-left lg:items-center ml-0 pt-24">
|
<div class="max-w-4xl sm:text-center lg:text-left lg:items-center ml-0 pt-52">
|
||||||
<?php if ( ! empty( $heading ) ) : ?>
|
<?php if ( ! empty( $heading ) ) : ?>
|
||||||
<h1 class="text-4xl lg:text-5xl font-bold leading-tight mb-4">
|
<h1 class="text-4xl lg:text-5xl font-bold leading-tight mb-4">
|
||||||
<?php echo esc_html( $heading ); ?>
|
<?php echo esc_html( $heading ); ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user