add space betwween text and cta's

This commit is contained in:
maxime_senza
2020-05-29 10:16:53 +02:00
parent bf2bddeb32
commit b0be741980
2 changed files with 15 additions and 13 deletions

View File

@ -15,11 +15,10 @@
margin: 0 3em 3em 0;
background: white;
box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.11);
>div{
display: flex;
flex-direction: column;
justify-content: space-between;
}
display: flex;
flex-direction: column;
justify-content: space-between;
}
>div:first-child{
width: 60%;