mirror of
https://github.com/kaboomserver/website.git
synced 2024-11-29 10:46:00 -05:00
Editing index.html
This commit is contained in:
parent
799eb47280
commit
6087d3449d
1 changed files with 2 additions and 1 deletions
|
@ -129,6 +129,7 @@ linear-gradient(rgba(62,92,32,.2) 50%, transparent 50%);
|
||||||
margin-top: -35px;
|
margin-top: -35px;
|
||||||
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.11);
|
||||||
}
|
}
|
||||||
|
|
||||||
#logo {
|
#logo {
|
||||||
|
@ -239,7 +240,7 @@ input:focus {
|
||||||
@media (min-width:767px){
|
@media (min-width:767px){
|
||||||
h2{
|
h2{
|
||||||
margin:0 0 25px;
|
margin:0 0 25px;
|
||||||
font-size:33px;
|
font-size:30px;
|
||||||
}
|
}
|
||||||
p{
|
p{
|
||||||
margin:0 0 20px;
|
margin:0 0 20px;
|
||||||
|
|
Loading…
Reference in a new issue