Initial Commit

This commit is contained in:
mathias 2014-11-11 21:40:24 +02:00
parent 301568f3a3
commit 839a25da52

View file

@ -21,7 +21,7 @@ body {
width: 100%;
height: 100%;
font-family: 'Open Sans', sans-serif;
font-size: 18px;
font-size: 21px;
color: #fff;
background-color: #595959;
}
@ -46,14 +46,12 @@ h6 {
p {
margin: 0 0 35px;
font-size: 20px;
line-height: 1.6;
}
@media(min-width:767px) {
p {
margin: 0 0 25px;
font-size: 20px;
line-height: 1.5;
}
}