Fixes height of buttons.

This commit is contained in:
Joshua F. Rountree 2018-07-29 15:46:46 -04:00
parent 89b0fdeecb
commit 6eba67a1d0

View File

@ -1,7 +1,7 @@
.blockLink { .blockLink {
position: relative; position: relative;
width: calc(50% - 6px); width: calc(50% - 6px);
height: 99px; height: auto;
margin-top: 41px; margin-top: 41px;
padding: 22px 25px 19px 96px; padding: 22px 25px 19px 96px;
background: #F7F8F8; background: #F7F8F8;