Automattic / blockpatterns

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

Large Text and Socials #238

Closed onuro closed 2 years ago

onuro commented 2 years ago
image
<!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"},"padding":{"top":"5.5vw","bottom":"5.5vw"},"blockGap":"40px"}},"layout":{"inherit":true}} -->
<div class="wp-block-group alignfull" style="margin-top:0px;margin-bottom:0px;padding-top:5.5vw;padding-bottom:5.5vw"><!-- wp:group {"align":"wide"} -->
<div class="wp-block-group alignwide"><!-- wp:heading {"level":3,"style":{"typography":{"fontStyle":"normal","fontWeight":"200","lineHeight":1.5,"fontSize":"2.2rem"}}} -->
<h3 style="font-size:2.2rem;font-style:normal;font-weight:200;line-height:1.5">I focus on representing landscapes and scenes that are usually hard to reproduce, thus capturing those ethereal moments. The technological tools are the brushes that I use to illuminate the surreal elements of nature.</h3>
<!-- /wp:heading -->

<!-- wp:social-links {"iconColor":"foreground","iconColorValue":"#000000","showLabels":true,"size":"has-normal-icon-size","className":"is-style-logos-only"} -->
<ul class="wp-block-social-links has-normal-icon-size has-visible-labels has-icon-color is-style-logos-only"><!-- wp:social-link {"url":"https://www.instagram.com","service":"instagram","label":"Instagram"} /-->

<!-- wp:social-link {"url":"https://www.deviantart.com","service":"deviantart"} /-->

<!-- wp:social-link {"url":"https://www.flickr.com","service":"flickr"} /--></ul>
<!-- /wp:social-links --></div>
<!-- /wp:group --></div>
<!-- /wp:group -->

https://dotcompatterns.wordpress.com/?p=5764&preview=true

alaczek commented 2 years ago

I'm wondering about those fine-tuned typography settings in this one, specifically the letter spacing. I'd remove that setting as it's too dependent on the font being used. I would also get rid of the very specific content-width setting (1070px), and switched to wide instead - that will help this pattern blend in with the customer site.

onuro commented 2 years ago

@alaczek you're right. updated w custom width and letter spacing removal.

alaczek commented 2 years ago

Ok. It's should be good to publish then.