feature: about sib | align center blocs & fix contact button

This commit is contained in:
maxime_senza 2020-06-01 16:05:23 +02:00
parent 5c361bdef9
commit cf166b71d7
1 changed files with 10 additions and 2 deletions

View File

@ -4,6 +4,9 @@
h2,h3{
text-transform: uppercase;
}
h2{
margin-left: 1.5em;
}
.flex-content-white{
display: flex;
@media only screen and (max-width: 768px) {
@ -12,7 +15,7 @@
>div{
padding: 4.2em 4.7em;
text-align: center;
margin: 0 3em 3em 0;
margin: 0 1.5em 3em 1.5em;
background: white;
box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.11);
display: flex;
@ -28,6 +31,9 @@
width: 60%;
}
}
a{
text-decoration: none;
}
}
.main-cta{
@ -39,7 +45,9 @@
font-weight: bold;
text-transform: uppercase;
width: 25%;
font-size: 1rem;
font-size: 1.1rem;
align-self: center;
padding: 5px;
}
.main-cta:hover{