123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- @import 'blocks/latest-posts';
- @import 'blocks/links';
- @import 'blocks/navigation';
- @import 'blocks/post-comments';
- @import 'blocks/pullquote';
- @import 'blocks/site-title';
- /**
- * Author bio
- */
- .author-bio {
- margin-top: calc(6 * var(--wp--custom--gap--baseline) );
- }
- .author-bio .wp-block-post-navigation-link,
- .author-bio .wp-block-post-author__name {
- font-family: var(--wp--preset--font-family--headings);
- }
- .author-bio .wp-block-post-navigation-link {
- font-size: var(--wp--preset--font-size--large);
- }
- .wp-block-post-navigation-links {
- margin-top: calc(9 * var(--wp--custom--gap--baseline));
- }
- .wp-block-post-navigation-links .wp-block-post-navigation-link-byline {
- font-size: var(--wp--custom--font-sizes--x-small);
- margin: 0;
- }
- .footer-credit {
- font-family: var(--wp--preset--font-family--headings);
- white-space: pre-wrap;
- &[class*="wp-container-"] {
- margin-left: auto !important;
- margin-right: auto !important;
- padding: 0;
- column-gap: 0;
- }
- }
- .footer-credit > * {
- align-self: center;
- font-size: var(--wp--preset--font-size--small);
- }
- .footer-credit .wp-block-site-title > a {
- font-size: var(--wp--preset--font-size--small);
- }
|