mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 15:55:04 +00:00
Update index.html
This commit is contained in:
parent
defa06c662
commit
6c32e436b2
1 changed files with 5 additions and 4 deletions
|
@ -139,7 +139,7 @@
|
||||||
-webkit-animation: fadein 1s;
|
-webkit-animation: fadein 1s;
|
||||||
animation: fadein 1s;
|
animation: fadein 1s;
|
||||||
}
|
}
|
||||||
#about p, #downloads p {
|
#about p, #feedback p, #downloads p {
|
||||||
margin: 0 0 2.125em 0;
|
margin: 0 0 2.125em 0;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
}
|
}
|
||||||
|
@ -247,7 +247,7 @@
|
||||||
color: #000;
|
color: #000;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
padding: 0.563em 0.688em 0.563em 0.688em;
|
padding: 0.563em 0.688em 0.563em 0.688em;
|
||||||
margin: 1.625em 0 1.625em 0;
|
margin: 0 0 1.625em 0;
|
||||||
border-radius: 0.250em;
|
border-radius: 0.250em;
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -263,10 +263,11 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-family: montserratregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
font-family: montserratregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||||
font-size: 1.000em;
|
font-size: 1.000em;
|
||||||
height: 2.500em;
|
height: 2.188em;
|
||||||
line-height: 2.500em;
|
line-height: 2.188em;
|
||||||
padding: 0 0.688em 0 0.688em;
|
padding: 0 0.688em 0 0.688em;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
button:hover, button:focus, #downloads a:hover, #downloads a:focus {
|
button:hover, button:focus, #downloads a:hover, #downloads a:focus {
|
||||||
background: rgba(255,255,255,.05);
|
background: rgba(255,255,255,.05);
|
||||||
|
|
Loading…
Reference in a new issue