add space betwween text and cta's
This commit is contained in:
parent
bf2bddeb32
commit
b0be741980
@ -2,16 +2,19 @@
|
||||
.views-container
|
||||
h2 A propos
|
||||
div.flex-content-white
|
||||
div
|
||||
div
|
||||
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
|
||||
|
||||
div
|
||||
div
|
||||
h3 Contacte-nous
|
||||
p Tu veux contribuer, nous remonter un bug, nous suggérer une amélioration, travailler avec nous ?
|
||||
|
||||
div
|
||||
sib-link.main-cta
|
||||
p Contact
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
>div:first-child{
|
||||
width: 60%;
|
||||
|
Loading…
Reference in New Issue
Block a user