diff --git a/patterns/portal-header.html b/patterns/portal-header.html index c03099b..6333024 100644 --- a/patterns/portal-header.html +++ b/patterns/portal-header.html @@ -30,6 +30,21 @@

ValueStockFinder

+
+ + +
+ Admin + Logout +
+
+
- -
- - -
- Admin - Logout -
-

@@ -68,6 +68,21 @@

ValueStockFinder

+
+ + +
+ Admin + Logout +
+
+
- -
- - -
- Admin - Logout -
-
diff --git a/styleguide.css b/styleguide.css index 3400f7a..1445429 100644 --- a/styleguide.css +++ b/styleguide.css @@ -1376,19 +1376,13 @@ section + section { } @media (max-width: calc(var(--layout-object-card-desktop-breakpoint) - 1px)) { - .sg-portal-header { + .sg-portal-header__main { display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-template-areas: "brand menu" "tabs tabs"; - align-items: start; - row-gap: var(--spacing-small); - column-gap: var(--spacing-large); - } - - .sg-portal-header__main { - display: contents; + gap: var(--spacing-small) var(--spacing-large); } .sg-portal-header__brand {