Center portfolio name vertically

This commit is contained in:
leigh-mil 2020-02-11 11:08:35 -05:00
parent b6b093850a
commit 541aa965fb

View File

@ -20,13 +20,11 @@
.col--grow { .col--grow {
overflow: inherit; overflow: inherit;
min-height: 10rem; align-self: center;
} }
&__name { &__name {
@include h1; @include h1;
display: table-cell;
vertical-align: middle;
h1 { h1 {
margin: 0; margin: 0;