mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-01 19:46:56 -05:00
Initial Commit
This commit is contained in:
parent
301568f3a3
commit
839a25da52
1 changed files with 1 additions and 3 deletions
|
@ -21,7 +21,7 @@ body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
font-family: 'Open Sans', sans-serif;
|
font-family: 'Open Sans', sans-serif;
|
||||||
font-size: 18px;
|
font-size: 21px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #595959;
|
background-color: #595959;
|
||||||
}
|
}
|
||||||
|
@ -46,14 +46,12 @@ h6 {
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin: 0 0 35px;
|
margin: 0 0 35px;
|
||||||
font-size: 20px;
|
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media(min-width:767px) {
|
@media(min-width:767px) {
|
||||||
p {
|
p {
|
||||||
margin: 0 0 25px;
|
margin: 0 0 25px;
|
||||||
font-size: 20px;
|
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue