From 541aa965fb0a0778ccde62bce75fded199075056 Mon Sep 17 00:00:00 2001 From: leigh-mil Date: Tue, 11 Feb 2020 11:08:35 -0500 Subject: [PATCH] Center portfolio name vertically --- styles/components/_portfolio_layout.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/styles/components/_portfolio_layout.scss b/styles/components/_portfolio_layout.scss index 1fb8a9b6..e9af6d5e 100644 --- a/styles/components/_portfolio_layout.scss +++ b/styles/components/_portfolio_layout.scss @@ -20,13 +20,11 @@ .col--grow { overflow: inherit; - min-height: 10rem; + align-self: center; } &__name { @include h1; - display: table-cell; - vertical-align: middle; h1 { margin: 0;