* Club: using post list pattern in search template
* Club: removing unused template part
* Club: search form styles
* Club: search form layout full width
* Club: post list pattern: moving spacer below the pagination
* Club: move search block to a pattern
* Club: implementing header template part
* Club: adding custom styles for navigation block
* Club: fix navigation menu open in mobile
* Club: removing not needed CSS targeting Navigation block annd replacing it with block configurarion
* Club: adding styles for navigation links interactive states
* Club: fixing typo
* Move button styles from CSS to theme.json
* Move comments button styles to theme.json
* Move footer gap styles to theme.json
* Disable wp-block-styles
* Tweak footer column gap size
* Enable wp-block-styles again
* Add search and file button CSS back
* Fix merge conflicts
* Move uppercase to core/button
* Remove duplicate button element settings
* Move text transform back to button element
* Reduce vertical gap in footer nav
* Fix normal font size ref
* Remove more CSS
* Fix indentation
* Second attempt at fixing indentation
* Club: changing fontsize guide removing custom font size and adding it to the default fontsizes array
* Club: set medium font size as default. Remove ad-hoc default font size definition
* lock post-content and the containing group blocks to not allow remove option without unlocking
* Added a few missing locks
Co-authored-by: Jason Crist <jcrist@pbking.com>
* Club: implementing fluid typography
* fixing name mistake
* Club: adding link styles.
Co-authored-by: madhusudhand <madhusudhan.dollu@gmail.com>
* Club: line-heigth change
* Club: theme.json workaround to stylize link inside post-date block
* Club: adding letter spacing
* Club: implemeting explicit bypass for fluid font size calculation https://github.com/WordPress/gutenberg/pull/42757
* Club: tweaking font sizes
* Club: headings font weight
* Club: font size tweaks
* Club: moving font sizes definition away from default font sizes array.
The itention is to keep in the fontSizes array just the sizes defined in the default Gutenberg theme.json file: 640856bce0/lib/compat/wordpress-6.1/theme.json (L282-L306)
* move letter spacing to heading
Co-authored-by: madhusudhand <madhusudhan.dollu@gmail.com>
* Club: start to implement single template
* Club: refinating single template
* Club: set style header-two in single post title
* Club: single template: render footer as footer tag
* Club: single template: render header as header tag
* Make header and footer full width
* Make all text in footer uppercase
* Allow footer content to wrap at smaller screens
* Style navigation overlay
* Style overlay menu trigger
* Add header/footer tag names
* Replace footer links with nav block
* Tweak footer nav styling
* Style current menu item; add GB issues
* remove link color from group
Co-authored-by: Ben Dwyer <ben@scruffian.com>
* Make post/page titles full width
* remove spacer on single template
* add spacing around the navigation prev and next links
* make the featured image full width
* Add spacing around the post featured image
* align the post date to the bottom of the column
* don't allow date to wrap
* Make the search button padding smaller
* fix read more button overlap on safari
This keeps the Read More button from overlapping with the date text, in
Safari. It does not affect Firefox, nor Chrome.
Fixes: https://github.com/Automattic/themes/issues/6306
* remove formatting
* Rainfall: Try spacing presets
* Rainfall: use spacing presets in patterns
* Use spacing preset for h4 font size
Co-authored-by: Sarah Norris <sarah@sekai.co.uk>