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
835ce9a095
commit
4acf281752
1 changed files with 5 additions and 2 deletions
|
@ -33,7 +33,6 @@ html {
|
||||||
margin:0;
|
margin:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1,
|
|
||||||
h2,
|
h2,
|
||||||
h3,
|
h3,
|
||||||
h4,
|
h4,
|
||||||
|
@ -58,7 +57,6 @@ text-align: center;
|
||||||
margin: 0 0 20px;
|
margin: 0 0 20px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
h1,
|
|
||||||
h2,
|
h2,
|
||||||
h3,
|
h3,
|
||||||
h4,
|
h4,
|
||||||
|
@ -106,6 +104,11 @@ a:focus {
|
||||||
|
|
||||||
.brand-heading {
|
.brand-heading {
|
||||||
font-size: 35px;
|
font-size: 35px;
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||||
|
font-weight: 700;
|
||||||
|
letter-spacing: 1px;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.intro-text {
|
.intro-text {
|
||||||
|
|
Loading…
Reference in a new issue