Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
Update contact-location-and-link.php
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed Sep 26, 2024
1 parent 03c16d7 commit feede01
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions patterns/contact-location-and-link.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Title: Contact Location and Link
* Slug: twentytwentyfive/contact-location-and-link
* Categories: banner, featured
* Categories: contact, featured
* Description: Contact section with a location address, a directions link, and an image of the location.
*
* @package WordPress
Expand All @@ -17,10 +17,9 @@
<div class="wp-block-columns alignwide">
<!-- wp:column {"verticalAlignment":"top","width":""} -->
<div class="wp-block-column is-vertically-aligned-top">
<!-- wp:group {"style":{"dimensions":{"minHeight":"100%"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch","verticalAlignment":"space-between"}} -->
<div class="wp-block-group" style="min-height:100%">
<!-- wp:paragraph {"className":"is-style-text-subtitle"} -->
<p class="is-style-text-subtitle">Visit us at 123 Example St. Manhattan, NY 10300, United States</p>
<!-- wp:group {"style":{"dimensions":{"minHeight":"100%"},"spacing":{"blockGap":"var:preset|spacing|40"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch","verticalAlignment":"space-between"}} -->
<div class="wp-block-group" style="min-height:100%"><!-- wp:paragraph {"className":"is-style-text-display","fontSize":"xx-large"} -->
<p class="is-style-text-display has-xx-large-font-size">Visit us at 123 Example St. Manhattan, NY 10300, United States</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph {"style":{"typography":{"textTransform":"uppercase"}},"fontSize":"medium"} -->
Expand Down

0 comments on commit feede01

Please sign in to comment.