Portfolio Header

This commit is contained in:
hmbrink 2020-01-21 15:31:48 -05:00
parent 32451c69af
commit 4fd83be37f

View File

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