Automattic / blockpatterns

Repo of block patterns to work with
7 stars 2 forks source link

Heading, Three-up, and Paragraph #205

Closed iamtakashi closed 2 years ago

iamtakashi commented 2 years ago

dotcompatterns wordpress com__p=5306 preview=true

Preview

<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"7vw","bottom":"7vw"},"margin":{"top":"0px","bottom":"0px"}},"color":{"background":"#fef6eb","text":"#2a2623"},"elements":{"link":{"color":{"text":"#2a2623"}}}},"layout":{"inherit":false,"contentSize":"620px","wideSize":"1240px"}} -->
<div class="wp-block-group alignfull has-text-color has-background has-link-color" style="background-color:#fef6eb;color:#2a2623;margin-top:0px;margin-bottom:0px;padding-top:7vw;padding-bottom:7vw"><!-- wp:heading {"align":"wide","style":{"spacing":{"margin":{"bottom":"3.5vw"}},"typography":{"lineHeight":1.3,"fontSize":"1.94rem"}}} -->
<h2 class="alignwide" style="font-size:1.94rem;line-height:1.3;margin-bottom:3.5vw">Featured Location</h2>
<!-- /wp:heading -->

<!-- wp:gallery {"linkTo":"media","sizeSlug":"full","align":"wide"} -->
<figure class="wp-block-gallery alignwide has-nested-images columns-default is-cropped"><!-- wp:image {"id":5309,"sizeSlug":"full","linkDestination":"media"} -->
<figure class="wp-block-image size-full"><a href="https://dotcompatterns.files.wordpress.com/2022/04/trym-robberstad-y9kb_tqllbk-unsplash-edit.jpg"><img src="https://dotcompatterns.files.wordpress.com/2022/04/trym-robberstad-y9kb_tqllbk-unsplash-edit.jpg" alt="" class="wp-image-5309"/></a></figure>
<!-- /wp:image -->

<!-- wp:image {"id":5310,"sizeSlug":"full","linkDestination":"media"} -->
<figure class="wp-block-image size-full"><a href="https://dotcompatterns.files.wordpress.com/2022/04/trym-robberstad-n67ddw_j0q0-unsplash-edit.jpg"><img src="https://dotcompatterns.files.wordpress.com/2022/04/trym-robberstad-n67ddw_j0q0-unsplash-edit.jpg" alt="" class="wp-image-5310"/></a></figure>
<!-- /wp:image -->

<!-- wp:image {"id":5311,"sizeSlug":"full","linkDestination":"media"} -->
<figure class="wp-block-image size-full"><a href="https://dotcompatterns.files.wordpress.com/2022/04/trym-robberstad-l0fyoovvs-k-unsplash-edit.jpg"><img src="https://dotcompatterns.files.wordpress.com/2022/04/trym-robberstad-l0fyoovvs-k-unsplash-edit.jpg" alt="" class="wp-image-5311"/></a></figure>
<!-- /wp:image --></figure>
<!-- /wp:gallery -->

<!-- wp:columns {"align":"wide"} -->
<div class="wp-block-columns alignwide"><!-- wp:column -->
<div class="wp-block-column"><!-- wp:heading {"level":3,"style":{"typography":{"lineHeight":1.4,"fontSize":"1.625rem"}}} -->
<h3 style="font-size:1.625rem;line-height:1.4">The Bolder Sky Lodge,<br>Lysefjord</h3>
<!-- /wp:heading --></div>
<!-- /wp:column -->

<!-- wp:column -->
<div class="wp-block-column"><!-- wp:paragraph {"style":{"typography":{"fontSize":"1.125rem","lineHeight":"1.7"}}} -->
<p style="font-size:1.125rem;line-height:1.7">Lysefjord or Lysefjordenis a fjord located in the Ryfylke area in Rogaland county in southwestern Norway. The 42-kilometer-long fjord lies in the municipalities of Strand and Sandnes, about 25 kilometers east of the city of Stavanger.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>The name means light fjord and is said to be derived from the lightly coloured granite rocks along its sides.</p>
<!-- /wp:paragraph --></div>
<!-- /wp:column --></div>
<!-- /wp:columns --></div>
<!-- /wp:group -->

cc @alaczek @onuro

alaczek commented 2 years ago

It's looking good to me, the only thing I'd do is increase is the line height of the heading under the image gallery.

iamtakashi commented 2 years ago

increase is the line height

Oops. Well spotted!

the image gallery

It makes sense to use the gallery block here. Thank you!!