Skip to content

Commit

Permalink
Added styles for header for proper layout unachievable with blocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
pbking committed Apr 27, 2021
1 parent 7e21e52 commit 6830a8b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions quadrat/assets/theme.css

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

7 changes: 7 additions & 0 deletions quadrat/sass/_header.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.site-header {
.wp-block-group {
display: flex;
justify-content: space-between;
align-items: center;
}
}
1 change: 1 addition & 0 deletions quadrat/sass/theme.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import "../../blank-canvas-blocks/sass/base/breakpoints"; // Get the mobile-only media query and make it available to this theme's styles
@import "blocks/media-text";
@import "blocks/list";
@import "header";
@import "utility";

0 comments on commit 6830a8b

Please sign in to comment.