Skip to content

Commit db9845b

Browse files
authored
DGC-185: Fixed alignment with logo and user account menu. (#167)
1 parent 9fbd657 commit db9845b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • docroot/themes/custom/govcon/components/organisms/header

docroot/themes/custom/govcon/components/organisms/header/header.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,11 +190,12 @@ header {
190190
display: flex;
191191
justify-content: flex-end;
192192
column-gap: 50px;
193-
align-items: flex-start;
194-
193+
align-items: center;
194+
195195
@include mixins.media-breakpoint-down(lg) {
196196
display: flex;
197197
flex-direction: column;
198+
align-items: flex-start;
198199

199200
> .header__top__menu {
200201
order: 1;

0 commit comments

Comments
 (0)