mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-01 11:37:03 -05:00
Cleaning up CSS
This commit is contained in:
parent
c1dbe29fb2
commit
950996dc05
1 changed files with 12 additions and 6 deletions
|
@ -98,18 +98,19 @@ a:focus {
|
|||
}
|
||||
|
||||
.intro-text {
|
||||
font-size: 16px;
|
||||
font-size: 14px;
|
||||
text-transform: uppercase;
|
||||
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
margin-top: 0;
|
||||
margin-bottom: 30px;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.btn-circle {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
border: 2px solid #fff;
|
||||
display: inline-block;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
border: 1px solid #fff;
|
||||
border-radius: 50%;
|
||||
-webkit-border-radius: 50%;
|
||||
-moz-border-radius: 50%;
|
||||
|
@ -226,11 +227,16 @@ font-size: 21px;
|
|||
}
|
||||
.btn-circle {
|
||||
font-size: 30px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
line-height: 60px;
|
||||
border: 2px solid #fff;
|
||||
}
|
||||
.brand-heading {
|
||||
font-size: 100px;
|
||||
}
|
||||
.intro-text {
|
||||
font-size: 25px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue