Initial Commit

This commit is contained in:
mathias 2014-11-11 21:30:08 +02:00
parent e805e81991
commit f2214d4846

View file

@ -45,12 +45,20 @@ h6 {
}
p {
margin-left: 85px;
margin-right: 85px;
margin-left: 65px;
margin-right: 65px;
font-size: 18px;
line-height: 1.6;
}
@media(max-width:767px) {
p {
margin: 0 0 25px;
font-size: 18px;
line-height: 1.5;
}
}
a {
color: #28c3ab;
-webkit-transition: all .2s ease-in-out;