Initial Commit

This commit is contained in:
mathias 2014-11-11 21:27:21 +02:00
parent 0f3b2b2d9b
commit 4bd19beb8d

View file

@ -45,16 +45,16 @@ h6 {
}
p {
margin: 0 0 25px;
margin: 0 0 35px;
font-size: 18px;
line-height: 1.5;
line-height: 1.6;
}
@media(min-width:10px) {
@media(max-width:500px) {
p {
margin: 0 0 35px;
margin: 0 0 25px;
font-size: 18px;
line-height: 1.6;
line-height: 1.5;
}
}