Skip to content

Commit

Permalink
Fix alignment issue with defaultc container width
Browse files Browse the repository at this point in the history
  • Loading branch information
iFlameing committed Feb 27, 2024
1 parent 9d9a933 commit ebffad7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/theme/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@
display: flex;
}

.ui.grid {
.column:first-of-type {
.logo-block {
align-self: flex-start;
}
}

.column:last-of-type {
.logo-block {
align-self: flex-end;
}
}
}

// general spacing in the Row block wrapper
& [class^='block-editor-'],
[class^='block-editor-'].contained {
Expand Down

0 comments on commit ebffad7

Please sign in to comment.