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
a64fb439b8
commit
ad6abef826
1 changed files with 11 additions and 9 deletions
20
index.html
20
index.html
|
@ -119,6 +119,7 @@
|
|||
content: "\2193";
|
||||
}
|
||||
#intro, #about, #news {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: table;
|
||||
}
|
||||
|
@ -192,11 +193,11 @@
|
|||
border-radius: 0.313em;
|
||||
}
|
||||
#ip span {
|
||||
font-family: montserratregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
color: #000;
|
||||
background: #fff;
|
||||
padding: 0.563em 0.563em 0.563em 0.625em;
|
||||
border-radius: 0.188em 0 0 0.188em;
|
||||
color: #000;
|
||||
font-family: montserratregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
padding: 0.563em 0.563em 0.563em 0.625em;
|
||||
}
|
||||
#ip i {
|
||||
color: #fff;
|
||||
|
@ -225,24 +226,25 @@
|
|||
margin: 0;
|
||||
}
|
||||
#news span {
|
||||
font-size: 0.813em;
|
||||
color: rgba(255,255,255,.4);
|
||||
font-size: 0.813em;
|
||||
}
|
||||
/* Downloads */
|
||||
#downloads {
|
||||
width: 100%;
|
||||
height: 40%;
|
||||
display: table;
|
||||
}
|
||||
#downloads a {
|
||||
border: #fff solid 1px;
|
||||
border-radius: 0.313em;
|
||||
color: #fff;
|
||||
display: inline-block;
|
||||
font-family: montserratregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
font-size: 1.000em;
|
||||
text-transform: uppercase;
|
||||
color: #fff;
|
||||
border: #fff solid 1px;
|
||||
padding: 0.625em 0.688em 0.625em 0.688em;
|
||||
margin: 1.875em 0 0 0;
|
||||
border-radius: 0.313em;
|
||||
padding: 0.625em 0.688em 0.625em 0.688em;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
#downloads a:last-child {
|
||||
margin: 1.875em 0 0 0.500em;
|
||||
|
|
Loading…
Reference in a new issue