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
e53cb231b6
commit
6b43a7b854
1 changed files with 3 additions and 1 deletions
|
@ -42,11 +42,13 @@ h6 {
|
||||||
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin: 0 0 35px;
|
margin: 0 0 35px;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media(min-width:767px) {
|
@media(min-width:767px) {
|
||||||
|
@ -76,7 +78,7 @@ a:focus {
|
||||||
.intro {
|
.intro {
|
||||||
display: table;
|
display: table;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: 100%;
|
||||||
padding: 100px 0;
|
padding: 100px 0;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: url(/img/intro-bg.jpg) no-repeat bottom center scroll;
|
background: url(/img/intro-bg.jpg) no-repeat bottom center scroll;
|
||||||
|
|
Loading…
Reference in a new issue