Skip to content

Commit

Permalink
Try adjusting spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellr committed Mar 9, 2022
1 parent ff58424 commit 6ba5a20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions archeo/inc/patterns/image-with-headline-description.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<h2 class="has-text-align-right" id="chahk-raindeity" style="font-size:clamp(64px, 6vw, 100px);line-height:1;margin-bottom:48px;text-transform:uppercase">' . wp_kses_post( __( 'Chahk:<br>Rain<br>deity', 'archeo' ) ) . '</h2>
<!-- /wp:heading -->
<!-- wp:columns {"style":{"spacing":{"margin":{"bottom":"0px"}}}} -->
<div class="wp-block-columns" style="margin-bottom:0px"><!-- wp:column {"width":"15%"} -->
<!-- wp:columns -->
<div class="wp-block-columns"><!-- wp:column {"width":"15%"} -->
<div class="wp-block-column" style="flex-basis:15%"></div>
<!-- /wp:column -->
Expand Down
2 changes: 1 addition & 1 deletion archeo/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"custom": {
"spacing": {
"small": "clamp(20px, 4vw, 40px)",
"medium": "clamp(30px, 8vw, 100px)",
"medium": "clamp(48px, 8vw, 100px)",
"large": "clamp(100px, 12vw, 460px)",
"outer": "min(4vw, 90px)"
}
Expand Down

0 comments on commit 6ba5a20

Please sign in to comment.