Commit 065bd462 authored by Ivica Puljic's avatar Ivica Puljic Committed by Ivica Puljic
Browse files

Issue #3222250 by pivica: Vertically center items in region top

parent 3265757a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -44,8 +44,9 @@
    }
    font-size: $header-top-font-size;

    // Region top is row with flex-end align.
    // Region top is vertically centered row with flex-end align.
    @at-root .region-top {
      align-items: center;
      justify-content: flex-end;

      // @todo - remove negative margins and block padding if you decide to move