mirror of
https://github.com/kaboomserver/website.git
synced 2024-11-29 10:46:00 -05:00
Initial Commit
This commit is contained in:
parent
9896ffb1df
commit
2509a5d9cd
1 changed files with 4 additions and 1 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: 21px;
|
font-size: 18px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #595959;
|
background-color: #595959;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -66,6 +66,9 @@ h5,
|
||||||
h6 {
|
h6 {
|
||||||
margin: 0 0 25px;
|
margin: 0 0 25px;
|
||||||
}
|
}
|
||||||
|
body {
|
||||||
|
font-size: 21px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|
Loading…
Reference in a new issue