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
35f541d6c8
commit
a05208eec8
1 changed files with 2 additions and 5 deletions
|
@ -98,7 +98,7 @@ a:focus {
|
||||||
|
|
||||||
.brand-heading {
|
.brand-heading {
|
||||||
font-size: 40px;
|
font-size: 40px;
|
||||||
margin: 0 0 5px;
|
margin: 0 0 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.intro-text {
|
.intro-text {
|
||||||
|
@ -108,9 +108,6 @@ a:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media(min-width:767px) {
|
@media(min-width:767px) {
|
||||||
.intro {
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.brand-heading {
|
.brand-heading {
|
||||||
font-size: 100px;
|
font-size: 100px;
|
||||||
|
@ -124,7 +121,7 @@ a:focus {
|
||||||
.btn-circle {
|
.btn-circle {
|
||||||
width: 70px;
|
width: 70px;
|
||||||
height: 70px;
|
height: 70px;
|
||||||
margin-top: 15px;
|
margin-top: 25px;
|
||||||
padding: 7px 16px;
|
padding: 7px 16px;
|
||||||
border: 2px solid #fff;
|
border: 2px solid #fff;
|
||||||
border-radius: 35px;
|
border-radius: 35px;
|
||||||
|
|
Loading…
Reference in a new issue