Skip to content

Commit

Permalink
Change paragraph font weight to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
mikachan committed Feb 8, 2022
1 parent 781e4b1 commit 0903e4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions archeo/inc/patterns/layered-images-with-headline.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<div style="height:14vw" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->
<!-- wp:paragraph {"style":{"typography":{"textTransform":"uppercase","fontStyle":"normal","fontWeight":"300","lineHeight":"1"}}} -->
<p style="font-size:clamp(64px, 6vw, 100px);font-style:normal;font-weight:300;line-height:1;text-transform:uppercase">' . wp_kses_post( __( 'Palais Du <br>Cirque, à Chichen-Itza, bas-relief<br>des tigres.', 'archeo' ) ) . '</p>
<!-- wp:paragraph {"style":{"typography":{"textTransform":"uppercase","fontStyle":"normal","fontWeight":"100","lineHeight":"1"}}} -->
<p style="font-size:clamp(64px, 6vw, 100px);font-style:normal;font-weight:100;line-height:1;text-transform:uppercase">' . wp_kses_post( __( 'Palais Du <br>Cirque, à Chichen-Itza, bas-relief<br>des tigres.', 'archeo' ) ) . '</p>
<!-- /wp:paragraph --></div>
<!-- /wp:column -->
Expand Down

0 comments on commit 0903e4a

Please sign in to comment.