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
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-weight: 700;
|
||||
letter-spacing: 1px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0 0 35px;
|
||||
line-height: 1.6;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@media(min-width:767px) {
|
||||
|
@ -76,7 +78,7 @@ a:focus {
|
|||
.intro {
|
||||
display: table;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
height: 100%;
|
||||
padding: 100px 0;
|
||||
color: #fff;
|
||||
background: url(/img/intro-bg.jpg) no-repeat bottom center scroll;
|
||||
|
|
Loading…
Reference in a new issue