Initial Commit

This commit is contained in:
mathias 2014-11-11 21:16:32 +02:00
parent 91083cf712
commit db45736d4f

View file

@ -52,7 +52,7 @@ p {
@media(min-width:767px) { @media(min-width:767px) {
p { p {
margin: 0 0 35px; margin: 0 0 35px;
font-size: 20px; font-size: 18px;
line-height: 1.6; line-height: 1.6;
} }
} }
@ -277,6 +277,7 @@ input[type="text"] {
border: 1px solid #488c1d; border: 1px solid #488c1d;
color: #488c1d; color: #488c1d;
background-color: transparent; background-color: transparent;
padding: 7px;
} }
input[type="text"]:hover, input[type="text"]:hover,