Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
iandunn committed Sep 27, 2021
1 parent 0cba05c commit 2be4821
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion mu-plugins/blocks/global-header-footer/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<!-- wp:group {"tagName":"footer","className":"site-footer"} -->
<footer class="wp-block-group site-footer">
<!-- wp:group {"tagName":"div","className":"site-footer__navigation-container"} -->
<!-- wp:group {"className":"site-footer__navigation-container"} -->
<div class="wp-block-group site-footer__navigation-container">
<!-- wp:navigation {"orientation":"vertical","className":"site-footer__navigation-important","isResponsive":false} -->
<!-- wp:navigation-link {"label":"About","url":"https://wordpress.org/about/","kind":"custom","isTopLevelLink":true} /-->
Expand Down Expand Up @@ -51,6 +51,7 @@

<!-- wp:group {"className":"site-footer__logos-container"} -->
<div class="wp-block-group site-footer__logos-container">
<!-- The design calls for two logos, a small "mark" on mobile/tablet, and the full logo for desktops. -->
<!-- wp:image {"width":27,"height":27,"className":"site-footer__wporg-logo-mark"} -->
<figure class="wp-block-image is-resized site-footer__wporg-logo-mark">
<img src="https://wordpress.org/style/images/w-mark.svg" alt="" width="27" height="27" />
Expand Down
3 changes: 2 additions & 1 deletion mu-plugins/blocks/global-header-footer/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

<!-- wp:group {"tagName":"header","className":"site-header"} -->
<header class="wp-block-group site-header">
<!-- The design calls for two logos, a small "mark" on mobile/tablet, and the full logo for desktops. -->
<!-- wp:image {"width":27,"height":27,"className":"site-header__wporg-logo-mark"} -->
<figure class="wp-block-image is-resized site-header__wporg-logo-mark">
<a href="https://wordpress.org/">
Expand All @@ -31,7 +32,7 @@
</figure>
<!-- /wp:image -->

<!-- wp:group {"tagName":"div","className":"site-header__search-container"} -->
<!-- wp:group {"className":"site-header__search-container"} -->
<div class="wp-block-group site-header__search-container">
<!-- wp:html -->
<a class="site-header__open-search" href="https://wordpress.org/search/">
Expand Down

0 comments on commit 2be4821

Please sign in to comment.