* Move the paragraph indent style to the first paragraph of every container
* removed text-indent css
* build css
* Remove references to indented paragraph class.
Co-authored-by: Maggie <maggie.cabrera@automattic.com>
Co-authored-by: Jeff Ong <jonger4@gmail.com>
* Fix unchanged font setting reverting to default
These changes fix issue #4490
1. use current setting instead of default to fill in missing post data
2. remove unused $google_font_array
3 correct type-o `elemenets` in unset values
* Tweaked original fix and further corrected 'unset' logic
Co-authored-by: Rolf Allard van Hagen <ravanhagen@gmail.com>
* Blockbase: Update post meta to use flex
* move the blockGap config to styles
* Change the site header to use the new flex layout
Co-authored-by: Jason Crist <jcrist@pbking.com>
This change adresses multiple issues.
It:
1. prevents the possibility of an "empty" call to fonts.googleapis.com by returning empty instead of `https://fonts.googleapis.com/css2?&display=swap`, see issue #4458
2. prevents a child theme custom Google font to ALWAYS be loaded even if it's is not selected in the user settings
3. prevents duplicate URL parameters when both user body and header fonts are set to the same value with `array_unique`
* corrected package.json version numbers to match style.css (when lower)
* Returned Skatepark to correct version
* Corrected skatepark style.css version
* used render_callback to insert social menu from customizer
* return block content early
* change the condition under which we hijack the menu
* Remove extra navigation
* output block markup for the whole menu
* Render the menu at the social location, rather than the one called social
* map the right alignment from the nav block to the social icons block
* move the social nav to skatepark
* Replace any trailing numbers on menu items to better match them to service names
Co-authored-by: Ben Dwyer <ben@scruffian.com>
* Refactor text styles and add padding to groups w border.
* move group and column margin resets to blockbase
* rebuild
Co-authored-by: Ben Dwyer <ben@scruffian.com>
Another attempt at alignments. With this change alignment rules no longer depend on trying to discern "inherit width" containers and instead installs a gutter on the top-level container. Any element that is "full width" is "busted out" of those gutters (with negative margins) and if those containers are groups themselves (group block, columns block or template parts) they also express those same gutter margins internally.