123456789101112131415161718192021222324 |
- <?php
- /**
- * Title: No results
- * Slug: gramming/no-results
- * Inserter: no
- */
- ?>
- <!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"1rem"}},"layout":{"type":"flex","orientation":"vertical"}} -->
- <div class="wp-block-group alignwide"><!-- wp:heading {"level":1,"align":"wide","style":{"typography":{"fontSize":"2rem","letterSpacing":"0px"}}} -->
- <h1 class="wp-block-heading alignwide" style="font-size:2rem;letter-spacing:0px"> Sorry, but nothing matched your search terms.</h1>
- <!-- /wp:heading -->
- <!-- wp:paragraph {"fontSize":"small"} -->
- <p class="has-small-font-size">Please try again with some different keywords.</p>
- <!-- /wp:paragraph --></div>
- <!-- /wp:group -->
- <!-- wp:spacer {"height":"3rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
- <div style="margin-top:0px;margin-bottom:0px;height:3rem" aria-hidden="true" class="wp-block-spacer"></div>
- <!-- /wp:spacer -->
- <!-- wp:search {"label":"Search","showLabel":false,"buttonText":"Search","buttonPosition":"button-inside","buttonUseIcon":true,"style":{"border":{"radius":"0px","width":"0px","style":"none"}},"backgroundColor":"foreground","textColor":"background"} /-->
|