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

@ -2,16 +2,19 @@
.views-container .views-container
h2 A propos h2 A propos
div.flex-content-white div.flex-content-white
div
div div
h3 Cette application est développé par Startin'blox h3 Cette application est développé par Startin'blox
p Ici un paragraphe qui explique ce qu'est SIB 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 div
h3 Contacte-nous h3 Contacte-nous
p Tu veux contribuer, nous remonter un bug, nous suggérer une amélioration, travailler avec nous ? p Tu veux contribuer, nous remonter un bug, nous suggérer une amélioration, travailler avec nous ?
div
sib-link.main-cta sib-link.main-cta
p Contact 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%;