mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-01 11:37:03 -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%;
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue