Skip to content

Commit

Permalink
Removed the 'align to top' bit from mobile-sized header layout per co…
Browse files Browse the repository at this point in the history
…nversation
  • Loading branch information
pbking committed Dec 9, 2021
1 parent b0d7f66 commit 6ae4c69
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions blockbase/assets/ponyfill.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion blockbase/sass/base/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// Needed until Gutenberg offers responsive design options
// TODO: Ref to responsive design options issue
@include break-small-only(){
align-items: flex-start;
.site-brand {
display: contents;
}
Expand Down
3 changes: 0 additions & 3 deletions blockbase/sass/blocks/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,6 @@
flex-direction: row-reverse;
}

.wp-block-navigation-item {
//align-items: flex-end;
}
}
.wp-block-social-links {
flex-direction:column;
Expand Down

0 comments on commit 6ae4c69

Please sign in to comment.