feature: about sib - reduce padding size & add div in blocs
This commit is contained in:
parent
cf166b71d7
commit
65be45c777
@ -1,14 +1,16 @@
|
|||||||
.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
|
||||||
a(href="https://startinblox.com/fr" target="_blank").main-cta Contact
|
a(href="https://startinblox.com/fr" target="_blank").main-cta Contact
|
@ -13,7 +13,7 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
>div{
|
>div{
|
||||||
padding: 4.2em 4.7em;
|
padding: 2em 2.5em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 0 1.5em 3em 1.5em;
|
margin: 0 1.5em 3em 1.5em;
|
||||||
background: white;
|
background: white;
|
||||||
@ -47,7 +47,7 @@
|
|||||||
width: 25%;
|
width: 25%;
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
padding: 5px;
|
padding: 0.5rem 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-cta:hover{
|
.main-cta:hover{
|
||||||
|
Loading…
Reference in New Issue
Block a user