diff --git a/styles/components/_portfolio_layout.scss b/styles/components/_portfolio_layout.scss index 06fecf63..e9af6d5e 100644 --- a/styles/components/_portfolio_layout.scss +++ b/styles/components/_portfolio_layout.scss @@ -20,14 +20,11 @@ .col--grow { overflow: inherit; - display: table; - min-height: 10rem; + align-self: center; } &__name { @include h1; - display: table-cell; - vertical-align: middle; h1 { margin: 0; diff --git a/templates/portfolios/header.html b/templates/portfolios/header.html index 71d9a550..5280ee1c 100644 --- a/templates/portfolios/header.html +++ b/templates/portfolios/header.html @@ -17,36 +17,37 @@

{{ portfolio.name }}

-