mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 07:45:00 +00:00
Update index.html
This commit is contained in:
parent
ad6abef826
commit
1f257e98e6
1 changed files with 5 additions and 6 deletions
11
index.html
11
index.html
|
@ -134,6 +134,10 @@
|
|||
-webkit-animation: fadein 1s;
|
||||
animation: fadein 1s;
|
||||
}
|
||||
#about p, #downloads p {
|
||||
margin: 0 0 2.125em 0;
|
||||
line-height: 1.6;
|
||||
}
|
||||
/* Intro */
|
||||
#intro {
|
||||
background: #aa0000;
|
||||
|
@ -181,10 +185,6 @@
|
|||
#about h2:before {
|
||||
font-size: 1.025em;
|
||||
}
|
||||
#about p {
|
||||
margin: 0 0 2.125em 0;
|
||||
line-height: 1.6;
|
||||
}
|
||||
#ip, #ip span, #ip i {
|
||||
display: inline-block;
|
||||
}
|
||||
|
@ -242,12 +242,11 @@
|
|||
display: inline-block;
|
||||
font-family: montserratregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
font-size: 1.000em;
|
||||
margin: 1.875em 0 0 0;
|
||||
padding: 0.625em 0.688em 0.625em 0.688em;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
#downloads a:last-child {
|
||||
margin: 1.875em 0 0 0.500em;
|
||||
margin: 0 0 0 0.500em;
|
||||
}
|
||||
#downloads a:hover, #downloads a:focus {
|
||||
background: rgba(255,255,255,.05);
|
||||
|
|
Loading…
Reference in a new issue