* Remove bottom margin from columns
* Try adjusting spacing.
* Tidy up mobile padding for the main headline.
* Update image-with-headline-description.php
Co-authored-by: Kjell Reigstad <kjell@kjellr.com>
* Archeo: Remove text decoration from post titles
* Add patch for title text-decoration
And tidied up some comments
* Fix text-decoration on hover
* Fix spacing
* Exclude buttons from link hover styles
* Apply text-decoration styles to all post title blocks
* Fix navigation text-decoration rule
Co-authored-by: Sarah Norris <sarah@sekai.co.uk>
* Add wp-image- class to Layered images with headline
* Add wp-image- class to Image with description
* Add wp-image- class to Layout with two images and text
* Revert "Add wp-image- class to Layout with two images and text"
This reverts commit 8627c3f2c5.
* Revert "Add wp-image- class to Image with description"
This reverts commit 6ced73754c.
* Revert "Add wp-image- class to Layered images with headline"
This reverts commit 7616eb3b89.
* Fix invalid block error
* Add CSS patch for responsive images
* Remove ID attribute from Image with description
* Stewart: archive template to update the query loop block in order to inherit query from template
* Stewart: add posts list as pattern
* Stewart: use posts list pattern in archive template
* Stewart: use posts list pattern in index template
* Stewart: use posts list pattern and add search block in search template
* Change posts-list category to query
Co-authored-by: Sarah Norris <sarah@sekai.co.uk>
Problem:
Non text widgets are given padding-top and border-top in the penscratch-2 theme.
These style are also effecting social links.
Change summary:
* add style resets to override styles for social links
* Add tags pattern and register it.
* Revise footer.
* categories pattern, used different blocks, added to the footer
* Corrected a couple of comments
* Remove CSS that is in gutenberg now.
* Make tags uppercase.
* Remove text tranform from tag cloud.
Co-authored-by: Maggie <maggie.cabrera@automattic.com>
Co-authored-by: Jason Crist <jcrist@pbking.com>
* added posts grid pattern
* test phpcs
* test
* forced size of image
* move post date uppercase to theme.json
* make image a link
* change category of block pattern
* tighten spacings
* we don't need to make these blocks have text transform anymore since its done in the theme.json
Co-authored-by: Ben Dwyer <ben@scruffian.com>
* Winkel: Initial commit.
* Update winkel/style.css
* rename header template and simplify templates
* Winkel: Update header - enable logo syncing, remove navigation font size.
* Winkel: Update theme.json - use a different text color for paragraphs, define navigation font size.
* Refactor so that we can use the header-centered pattern in Winkel
Co-authored-by: Ben Dwyer <ben@scruffian.com>