Cleaning up CSS

This commit is contained in:
mathias 2015-02-16 15:26:24 +02:00
parent 9a762a6d6e
commit 3fda5f4750

View file

@ -51,6 +51,7 @@ h2 {
font-weight: 700;
letter-spacing: 1px;
text-align: center;
font-size: 21px;
}
p {
@ -168,7 +169,7 @@ input {
color: #4a6f28;
background: none;
padding: 7px;
width: 75px;
width: 80px;
font-family: 'Merriweather Sans', sans-serif;
font-size: 13px;
margin: 15px 0 0 0;
@ -201,6 +202,7 @@ input:focus {
@media(min-width:767px){
h2{
margin:0 0 25px;
font-size:33px;
}
p{
margin:0 0 20px;
@ -219,7 +221,7 @@ font-size:18px;
input{
font-size:18px;
margin:25px 0 0 0;
width:123px;
width:113px;
}
#ipbox{
font-size:18px;