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

@ -3,15 +3,18 @@
h2 A propos h2 A propos
div.flex-content-white div.flex-content-white
div div
h3 Cette application est développé par Startin'blox div
p Ici un paragraphe qui explique ce qu'est SIB h3 Cette application est développé par Startin'blox
p Ici un paragraphe qui explique ce qu'est SIB
div
a(href="https://startinblox.com/fr" target="_blank") https://startinblox.com/fr a(href="https://startinblox.com/fr" target="_blank") https://startinblox.com/fr
div div
h3 Contacte-nous div
p Tu veux contribuer, nous remonter un bug, nous suggérer une amélioration, travailler avec nous ? h3 Contacte-nous
p Tu veux contribuer, nous remonter un bug, nous suggérer une amélioration, travailler avec nous ?
sib-link.main-cta div
p Contact sib-link.main-cta
p Contact

View File

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