feature: about sib | align center blocs & fix contact button
This commit is contained in:
parent
5c361bdef9
commit
cf166b71d7
@ -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{
|
||||
|
Loading…
Reference in New Issue
Block a user